From dd365cbeb881bd63c1a8dbf2ce833c9191537253 Mon Sep 17 00:00:00 2001 From: huangdarwin Date: Thu, 12 May 2022 13:35:58 +0100 Subject: [PATCH] Transformer GL: Update test name reference. The prior test does not exist, and is not a pixel test. PiperOrigin-RevId: 448224929 --- .../exoplayer2/transformer/ScaleToFitTransformationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/ScaleToFitTransformationTest.java b/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/ScaleToFitTransformationTest.java index e6001ce985..696acc92e0 100644 --- a/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/ScaleToFitTransformationTest.java +++ b/library/transformer/src/test/java/com/google/android/exoplayer2/transformer/ScaleToFitTransformationTest.java @@ -25,7 +25,7 @@ import org.junit.runner.RunWith; /** * Unit tests for {@link ScaleToFitTransformation}. * - *

See {@code MatrixTransformationFrameProcessorText} for pixel tests testing {@link + *

See {@code MatrixTransformationFrameProcessorPixelTest} for pixel tests testing {@link * MatrixTransformationFrameProcessor} given a transformation matrix. */ @RunWith(AndroidJUnit4.class)