Skip to content

Commit 461a1fa

Browse files
rohitjoinsicbaker
authored andcommitted
Fix wrong class name in error message of MediaExtractorCompatTest
PiperOrigin-RevId: 693685232 (cherry picked from commit 3d51b36)
1 parent 09be7b0 commit 461a1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/exoplayer/src/androidTest/java/androidx/media3/exoplayer/MediaExtractorCompatTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ private static void outputSample(TrackOutput trackOutput, long timeUs, int size,
641641
* Read action to verify that {@link MediaExtractorCompat} does not read more data than expected.
642642
*/
643643
private static int assertionFailureReadAction(ExtractorInput input, PositionHolder holder) {
644-
throw new AssertionError("ExoPlayerBackedMediaExtractorProxy read more data than needed.");
644+
throw new AssertionError("MediaExtractorCompat read more data than needed.");
645645
}
646646

647647
// Internal classes.

0 commit comments

Comments
 (0)