Skip to content

Commit

Permalink
fixtest
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Sep 11, 2024
1 parent 506eafe commit 575453e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void setUp() {
@Test
public void testFile() throws IOException {

String errorFilename = "testfile.";
String errorFilename = "..testfile.";
File errorFileWithSuffix = new File(tempDir, errorFilename);
String rightFilename = "image.1";
File rightFileWithSuffix = new File(tempDir, rightFilename);
Expand Down

0 comments on commit 575453e

Please sign in to comment.