Skip to content

Commit

Permalink
Remove verbose flag from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuffar committed Nov 15, 2017
1 parent baca0c5 commit 1613b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/adobe/epubcheck/cli/CLITest.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void testInvalidExp()
@Test
public void testValidSingle()
{
assertEquals(0, run(new String[]{singlePath + "nav/valid/nav001.xhtml", "-mode", "nav"},true));
assertEquals(0, run(new String[]{singlePath + "nav/valid/nav001.xhtml", "-mode", "nav"}));
}

@Test
Expand Down

0 comments on commit 1613b44

Please sign in to comment.