mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Fix testId and match it to the test name.
PiperOrigin-RevId: 474363545
(cherry picked from commit 0e2b6a03b5)
This commit is contained in:
parent
3adfa48f34
commit
b041e4dce6
1 changed files with 1 additions and 1 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in a new issue