Skip to content

Commit 9664b4a

Browse files
committed
removed a test task
1 parent 10aa907 commit 9664b4a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/com/redomar/game/audio/AudioEffectTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@
1212
*/
1313
public class AudioEffectTest {
1414

15-
@Test
16-
public void playSoundEffectAndSetVolume() {
17-
AudioHandler sound = new AudioHandler("/sfx/smallProjectile.wav");
18-
sound.setVolume(-15);
19-
sound.play();
20-
}
21-
2215
@Test
2316
public void sfxFileExists() throws Exception {
2417
File sfx = new File("res/sfx/smallProjectile.wav");

0 commit comments

Comments
 (0)