Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
darealmc committed Sep 1, 2020
1 parent c6b6349 commit b17666d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hellotest.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public void testNothing() {

@Test
public void testWillAlwaysFail() {
fail("An Error Message");
fail("This is An Error Message");
}


Expand Down

0 comments on commit b17666d

Please sign in to comment.