Rename TransformerVideoGapsTest to TransformerGapsTest

This will allow keeping both audio and video gap test
in the same class.

PiperOrigin-RevId: 742291252
This commit is contained in:
sheenachhabra 2025-03-31 09:25:57 -07:00 committed by Copybara-Service
parent f8b1dcc33b
commit 8508e12001

View File

@ -38,10 +38,10 @@ import org.junit.runner.RunWith;
/**
* End-to-end instrumentation tests for {@link Transformer} when the {@link EditedMediaItemSequence}
* has video gaps.
* has gaps.
*/
@RunWith(AndroidJUnit4.class)
public class TransformerVideoGapsTest {
public class TransformerGapsTest {
private static final EditedMediaItem AUDIO_VIDEO_MEDIA_ITEM =
new EditedMediaItem.Builder(MediaItem.fromUri(MP4_ASSET.uri)).build();
private static final EditedMediaItem AUDIO_ONLY_MEDIA_ITEM =