Skip to content

Commit

Permalink
tests: revert chrono return at eof
Browse files Browse the repository at this point in the history
  • Loading branch information
binarytrails committed Feb 8, 2020
1 parent 653e754 commit eb9f7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kakuro/TestChrono.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ public void testRunStopChronoAfter3Seconds() throws InterruptedException
System.out.println("Chrono was run for " + seconds + " seconds");
assertTrue(waitSeconds == seconds);
}
}
}

0 comments on commit eb9f7f6

Please sign in to comment.