Skip to content

Commit

Permalink
Fixed typo in LogFileManagerTest
Browse files Browse the repository at this point in the history
Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Jan 24, 2024
1 parent 3bd1255 commit 4de6493
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -147,7 +147,7 @@ public void rolling() throws Exception {
break;
}
if (System.currentTimeMillis() > start + 5000) {
fail("Incorrect numbe of files, expected 5, but found these:\n" + toString(files));
fail("Incorrect number of files, expected 5, but found these:\n" + toString(files));
}
Thread.sleep(10);
}
Expand Down

0 comments on commit 4de6493

Please sign in to comment.