Commit 0e2b6a03 by leonwind Committed by Marc Baechinger

Fix testId and match it to the test name.

PiperOrigin-RevId: 474363545
parent 6dd2a6da
......@@ -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