Skip to content

Commit

Permalink
Fix testId and match it to the test name.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 474363545
  • Loading branch information
leonwind authored and marcbaechinger committed Oct 19, 2022
1 parent 6dd2a6d commit 0e2b6a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ public void processData_fullRotationIncreaseBrightnessAndCenterCrop_producesExpe
// TODO(b/239757183): Consider moving RgbMatrix composition tests to a new file.
public void drawFrame_grayscaleAndIncreaseRedChannel_producesGrayscaleAndRedImage()
throws Exception {
String testId = "drawFrame_grayscale";
String testId = "drawFrame_grayscaleAndIncreaseRedChannel";
ImmutableList<Effect> grayscaleThenIncreaseRed =
ImmutableList.of(
RgbFilter.createGrayscaleFilter(), new RgbAdjustment.Builder().setRedScale(3).build());
Expand Down

0 comments on commit 0e2b6a0

Please sign in to comment.