Skip to content

Commit

Permalink
Rename test class so it is run during build
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Mar 3, 2019
1 parent 45abb41 commit aac19a6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;

public class CounterTest {
public class TestCounter {

private static final String BAD_COUNT = "Bad count";
private static final String BAD_MIN = "Bad value for Min";
Expand Down

0 comments on commit aac19a6

Please sign in to comment.