Skip to content

Commit 8f5c5f4

Browse files
Update src/test/java/engineering/swat/watch/APIErrorsTests.java
Co-authored-by: sungshik <[email protected]>
1 parent faae1e7 commit 8f5c5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void noDuplicateEvents() {
6969
}
7070

7171
@Test
72-
void OnlyDirectoryWatchingOnDirectories() {
72+
void onlyDirectoryWatchingOnDirectories() {
7373
assertThrowsExactly(IllegalArgumentException.class, () ->
7474
Watcher
7575
.watch(testDir.getTestFiles().get(0), WatchScope.PATH_AND_CHILDREN)

0 commit comments

Comments
 (0)