mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix testId and match it to the test name.
PiperOrigin-RevId: 474363545
(cherry picked from commit ab6562e052)
This commit is contained in:
parent
c7cd3b9c91
commit
80d4d3717c
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.
|
// TODO(b/239757183): Consider moving RgbMatrix composition tests to a new file.
|
||||||
public void drawFrame_grayscaleAndIncreaseRedChannel_producesGrayscaleAndRedImage()
|
public void drawFrame_grayscaleAndIncreaseRedChannel_producesGrayscaleAndRedImage()
|
||||||
throws Exception {
|
throws Exception {
|
||||||
String testId = "drawFrame_grayscale";
|
String testId = "drawFrame_grayscaleAndIncreaseRedChannel";
|
||||||
ImmutableList<Effect> grayscaleThenIncreaseRed =
|
ImmutableList<Effect> grayscaleThenIncreaseRed =
|
||||||
ImmutableList.of(
|
ImmutableList.of(
|
||||||
RgbFilter.createGrayscaleFilter(), new RgbAdjustment.Builder().setRedScale(3).build());
|
RgbFilter.createGrayscaleFilter(), new RgbAdjustment.Builder().setRedScale(3).build());
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue