tests: Uncomment `Sound.getDuration` tests

`NullAudioBackend` returns real durations by now.
This commit is contained in:
relrelb 2021-11-13 17:38:40 +02:00 committed by relrelb
parent 73f5982cad
commit 2e5a8922ae
3 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@ right-to-right: 100
sound.duration: undefined sound.duration: undefined
sound.getDuration(): undefined sound.getDuration(): undefined
sound1.duration: 1452
sound1.getDuration(): 1452
sound2.duration: 907
sound2.getDuration(): 907
Sound.setVolume(50.5) Sound.setVolume(50.5)
volume: 50 volume: 50
pan: 0 pan: 0

Binary file not shown.

Binary file not shown.