You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-cloud-contrib/google-cloud-nio/src/test/java/com/google/cloud/storage/contrib/nio/CloudStorageFileSystemTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -253,9 +253,9 @@ public void testDeleteEmptiedFolder() throws IOException {
253
253
// delete folder (trailing slash is required)
254
254
Pathdir2 = fs.getPath("dir/dir2/");
255
255
Files.deleteIfExists(dir2);
256
-
// We can't check Files.exists on a folder (since GCS fakes folders),
257
256
Pathdir = fs.getPath("dir/");
258
257
Files.deleteIfExists(dir);
258
+
// We can't check Files.exists on a folder (since GCS fakes folders)
0 commit comments