Skip to content

Commit 4aba4b8

Browse files
committed
Improve test output
1 parent 06da23f commit 4aba4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/engineering/swat/watch/SingleFileTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ void noRescanOnOverflow() throws IOException, InterruptedException {
130130
try (var watch = startWatchAndTriggerOverflow(Approximation.NONE, bookkeeper)) {
131131
Thread.sleep(TestHelper.SHORT_WAIT.toMillis());
132132

133-
await("Overflow shouldn't trigger created, modified, or deleted events")
133+
await("Overflow shouldn't trigger created, modified, or deleted events: " + bookkeeper)
134134
.until(() -> bookkeeper.events().kind(CREATED, MODIFIED, DELETED).none());
135135
await("Overflow should be visible to user-defined event handler")
136136
.until(() -> bookkeeper.events().kind(OVERFLOW).any());

0 commit comments

Comments
 (0)