Fix wrong class name in error message of MediaExtractorCompatTest

PiperOrigin-RevId: 693685232
This commit is contained in:
rohks 2024-11-06 05:05:54 -08:00 committed by Copybara-Service
parent 31ae260db4
commit 3d51b36e99

View file

@ -747,7 +747,7 @@ public class MediaExtractorCompatTest {
* Read action to verify that {@link MediaExtractorCompat} does not read more data than expected.
*/
private static int assertionFailureReadAction(ExtractorInput input, PositionHolder holder) {
throw new AssertionError("ExoPlayerBackedMediaExtractorProxy read more data than needed.");
throw new AssertionError("MediaExtractorCompat read more data than needed.");
}
// Internal classes.