Skip to content

Commit

Permalink
passing sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore committed Oct 31, 2018
1 parent 3bbd6d6 commit 071fc44
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion fakeit.counter.fail.txt

This file was deleted.

1 change: 0 additions & 1 deletion fakeit.counter.pass.txt

This file was deleted.

2 changes: 1 addition & 1 deletion src/test/java/org/learnwithllew/FizzBuzzTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ public void test()
}
private void Check20()
{
assertEquals(1, 2);
assertEquals(2, 2);
}
}
4 changes: 2 additions & 2 deletions src/test/java/org/learnwithllew/utils/Tracker.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static void TrackTestRuns(Action0 test)
}
public static void SoundFailure()
{
SoundPlayer.playSoundWithoutExceptions("utils/Crickets-000.wav");
SoundPlayer.playSoundWithoutExceptions("utils/fail.wav");
}
public static void ResetAndLaunch()
{
Expand All @@ -31,6 +31,6 @@ public static void ResetAndLaunch()
}
public static void SoundSuccess()
{
SoundPlayer.playSoundWithoutExceptions("Sutils/wordIn-001.wav");
SoundPlayer.playSoundWithoutExceptions("utils/pass.wav");
}
}
File renamed without changes.
File renamed without changes.

0 comments on commit 071fc44

Please sign in to comment.