Skip to content

Commit

Permalink
fixed FileSystemTest for sftp, wrong assumption
Browse files Browse the repository at this point in the history
  • Loading branch information
maddingo committed Dec 26, 2016
1 parent fd3ddea commit fc71bdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void getFileSystemURI() throws Exception {

URI uri = createSftpURI("/");
FileSystem fileSystem = FileSystems.getFileSystem(uri);
assertThat(fileSystem, is(nullValue()));
assertThat(fileSystem, is(notNullValue()));
}

@Test
Expand Down

0 comments on commit fc71bdc

Please sign in to comment.