Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Why:

 *

This change addreses the need by:

 *
  • Loading branch information
maxandersen committed Dec 30, 2019
1 parent 0e7e02f commit 8f4bf87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/dk/xam/jbang/TestMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ void testDependencies() throws FileNotFoundException {
assertThat(result, not(containsString(" ")));
assertThat(result, containsString("classpath"));
assertThat(result, containsString("log4j"));
}
}

}

0 comments on commit 8f4bf87

Please sign in to comment.