Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzido committed Jul 12, 2020
1 parent 34a829f commit 82ad2ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/technology/tabula/TestCommandLineApp.java
Expand Up @@ -198,8 +198,8 @@ public void testLatticeModeWithColumnOption() throws ParseException, IOException
assertEquals(expectedCsv, this.csvFromCommandLineArgs(new String[]{
"src/test/resources/technology/tabula/AnimalSounds.pdf",
"-p", "1", "-c",
"59,218,331,551", "-l",
"-r", "CSV"
"59,218,331,551",
"-r", "-f", "CSV"
}));
}

Expand Down

0 comments on commit 82ad2ed

Please sign in to comment.