Skip to content

Commit

Permalink
apply lint
Browse files Browse the repository at this point in the history
  • Loading branch information
llama90 committed Jun 11, 2024
1 parent 2065fcf commit 09b4c46
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ public void testNotPreparedInput() throws Exception {

String[] args = {"-i", testInFile.getAbsolutePath(), "-o", testOutFile.getAbsolutePath()};

// In JUnit 5, since the file itself is not created, the exception and message will be different.
// In JUnit 5, since the file itself is not created, the exception and message will be
// different.
Exception exception =
assertThrows(
InvalidArrowFileException.class,
Expand Down

0 comments on commit 09b4c46

Please sign in to comment.