Fix wrong class name in error message of MediaExtractorCompatTest

PiperOrigin-RevId: 693685232
(cherry picked from commit 3d51b36e99)
This commit is contained in:
rohks 2024-11-06 05:05:54 -08:00 committed by Ian Baker
parent 09be7b0b25
commit 461a1fa037

View file

@ -641,7 +641,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.