Skip to content

Commit

Permalink
fix tets
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Chwedczuk committed Jul 2, 2021
1 parent 01a45b4 commit 49c9e3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void smokeTest() throws IOException {
Files.delete(testImage);

// Check if data is correct
assertThat(createdHeader + "x")
assertThat(createdHeader)
.isEqualTo(expectedHeader);
}

Expand Down

0 comments on commit 49c9e3a

Please sign in to comment.