Transformer GL: Update test name reference.

The prior test does not exist, and is not a pixel test.

PiperOrigin-RevId: 448224929
This commit is contained in:
huangdarwin 2022-05-12 13:35:58 +01:00 committed by Ian Baker
parent 2725b4c479
commit 5067a8da0d

View File

@ -25,7 +25,7 @@ import org.junit.runner.RunWith;
/**
* Unit tests for {@link ScaleToFitTransformation}.
*
* <p>See {@code MatrixTransformationFrameProcessorText} for pixel tests testing {@link
* <p>See {@code MatrixTransformationFrameProcessorPixelTest} for pixel tests testing {@link
* MatrixTransformationFrameProcessor} given a transformation matrix.
*/
@RunWith(AndroidJUnit4.class)