@@ -1,6 +1,5 @@
import pytest
[email protected]
def test_missing_file(audiomgr):
sound = audiomgr.get_sound('/not/a/valid/file.ogg')
- assert sound is None
+ assert str(sound).startswith('NullAudioSound')