Skip to content

Commit

Permalink
correct audio file name
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Dec 18, 2024
1 parent 4605b28 commit 47a67b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5888,7 +5888,7 @@ class StateFragmentTest {
) { "Failed to create audio data source." }
val dataSource2 = checkNotNull(
createAudioDataSource(
explorationId = RATIOS_EXPLORATION_ID_0, audioFileName = "cfeedback_2-en-s3gr1eqm8i.mp3"
explorationId = RATIOS_EXPLORATION_ID_0, audioFileName = "content-en-057j51i2es.mp3"
)
) { "Failed to create audio data source." }
addShadowMediaPlayerException(dataSource, IOException("Test does not have networking"))
Expand Down

0 comments on commit 47a67b3

Please sign in to comment.