We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a153f10 commit 850be68Copy full SHA for 850be68
tests/unit/src/flixel/sound/FlxSoundTest.hx
@@ -3,7 +3,7 @@ package flixel.sound;
3
class FlxSoundTest
4
{
5
@Test // #1511
6
- function testLoadEmbeddedInvalidSoundPathNoCrash()
+ function testLoadInvalidSoundPathNoCrash()
7
8
var sound = new FlxSound();
9
sound.load("assets/invalid");
0 commit comments