Skip to content

Commit 850be68

Browse files
committed
update test
1 parent a153f10 commit 850be68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/src/flixel/sound/FlxSoundTest.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package flixel.sound;
33
class FlxSoundTest
44
{
55
@Test // #1511
6-
function testLoadEmbeddedInvalidSoundPathNoCrash()
6+
function testLoadInvalidSoundPathNoCrash()
77
{
88
var sound = new FlxSound();
99
sound.load("assets/invalid");

0 commit comments

Comments
 (0)