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 10aa907 commit 9664b4aCopy full SHA for 9664b4a
test/com/redomar/game/audio/AudioEffectTest.java
@@ -12,13 +12,6 @@
12
*/
13
public class AudioEffectTest {
14
15
- @Test
16
- public void playSoundEffectAndSetVolume() {
17
- AudioHandler sound = new AudioHandler("/sfx/smallProjectile.wav");
18
- sound.setVolume(-15);
19
- sound.play();
20
- }
21
-
22
@Test
23
public void sfxFileExists() throws Exception {
24
File sfx = new File("res/sfx/smallProjectile.wav");
0 commit comments