Remove redundant "aac" tag for dump file.

PiperOrigin-RevId: 559147235
This commit is contained in:
samrobinson 2023-08-22 18:10:17 +01:00 committed by Ian Baker
parent 9533f5cd1c
commit ff39726368
2 changed files with 3 additions and 9 deletions

View file

@ -162,9 +162,7 @@ public final class MediaItemExportTest {
TransformerTestRunner.runLooper(transformer);
DumpFileAsserts.assertOutput(
context,
muxerFactory.getCreatedMuxer(),
getDumpFileName(/* originalFileName= */ FILE_AUDIO_RAW, /* modifications...= */ "aac"));
context, muxerFactory.getCreatedMuxer(), getDumpFileName(FILE_AUDIO_RAW));
}
@Test
@ -804,9 +802,7 @@ public final class MediaItemExportTest {
TransformerTestRunner.runLooper(transformer);
DumpFileAsserts.assertOutput(
context,
muxerFactory.getCreatedMuxer(),
getDumpFileName(/* originalFileName= */ FILE_AUDIO_RAW, /* modifications...= */ "aac"));
context, muxerFactory.getCreatedMuxer(), getDumpFileName(FILE_AUDIO_RAW));
verify(mockListener)
.onFallbackApplied(
any(Composition.class),
@ -838,9 +834,7 @@ public final class MediaItemExportTest {
TransformerTestRunner.runLooper(transformer);
DumpFileAsserts.assertOutput(
context,
muxerFactory.getCreatedMuxer(),
getDumpFileName(/* originalFileName= */ FILE_AUDIO_RAW, /* modifications...= */ "aac"));
context, muxerFactory.getCreatedMuxer(), getDumpFileName(FILE_AUDIO_RAW));
verify(mockListener)
.onFallbackApplied(
any(Composition.class),