Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnelson committed Dec 30, 2018
1 parent 64069c3 commit cb086a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public void testCalculator() {
concourse.add("age", 40);
Assert.assertEquals(60, concourse.calculate().sum("age"));
}

@Test
public void testTranslateTimestampValueBetweenClientAndServer() {
server.start();
Expand Down

0 comments on commit cb086a1

Please sign in to comment.