Skip to content

Commit 7c9f59b

Browse files
committed
fix filemonitor test and build
1 parent 41713db commit 7c9f59b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

jooby-filewatcher/src/test/java/org/jooby/filewatcher/FileMonitorTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ private Block poll(final Kind kind, final Path path) {
284284
Path resolved = unit.mock(Path.class);
285285
unit.registerMock(Path.class, resolved);
286286
expect(source.resolve(path)).andReturn(resolved);
287-
expect(resolved.toAbsolutePath()).andReturn(resolved);
288287

289288
WatchEvent overflow = unit.mock(WatchEvent.class);
290289
expect(overflow.kind()).andReturn(StandardWatchEventKinds.OVERFLOW);

0 commit comments

Comments
 (0)