Commit b041e4dc by leonwind Committed by microkatz

Fix testId and match it to the test name.

PiperOrigin-RevId: 474363545
(cherry picked from commit 0e2b6a03)
parent 3adfa48f
......@@ -391,7 +391,7 @@ public final class GlEffectsFrameProcessorPixelTest {
// 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());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment