Skip to content

Commit

Permalink
change audio filename
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Nov 11, 2024
1 parent 7ee17ee commit 31c5db1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5697,7 +5697,7 @@ class StateFragmentTest {
) { "Failed to create audio data source." }
val dataSource2 = checkNotNull(
createAudioDataSource(
explorationId = RATIOS_EXPLORATION_ID_0, audioFileName = "content-en-oxvaf977zc.mp3"
explorationId = RATIOS_EXPLORATION_ID_0, audioFileName = "content-en-8ggy36yyyc.mp3"
)
) { "Failed to create audio data source." }
addShadowMediaPlayerException(dataSource, IOException("Test does not have networking"))
Expand Down

0 comments on commit 31c5db1

Please sign in to comment.