Fix typos
See gh-38983
This commit is contained in:
committed by
Moritz Halbritter
parent
93d41497dc
commit
b7c9c82180
@@ -167,7 +167,7 @@ class NestedFileSystemTests {
|
||||
void newWatchServiceThrowsException() {
|
||||
assertThatExceptionOfType(UnsupportedOperationException.class)
|
||||
.isThrownBy(() -> this.fileSystem.newWatchService())
|
||||
.withMessage("Nested paths do not support the WacherService");
|
||||
.withMessage("Nested paths do not support the WatchService");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user