Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
turtle96 committed Nov 1, 2016
1 parent 6e56b02 commit e358166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/guitests/FindCommandTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void find_byMoreThanOneTags_success() {
/** @@author **/

@Test
public void find_emptyList_noResults(){
public void find_emptyList_noResults() {
commandBox.runCommand("clear");
assertFindResult("find Jean"); //no results
}
Expand Down

0 comments on commit e358166

Please sign in to comment.