Skip to content

Commit 6900323

Browse files
Move comment
1 parent 05b8bee commit 6900323

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-contrib/google-cloud-nio/src/test/java/com/google/cloud/storage/contrib/nio/CloudStorageFileSystemTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@ public void testDeleteEmptiedFolder() throws IOException {
253253
// delete folder (trailing slash is required)
254254
Path dir2 = fs.getPath("dir/dir2/");
255255
Files.deleteIfExists(dir2);
256-
// We can't check Files.exists on a folder (since GCS fakes folders),
257256
Path dir = fs.getPath("dir/");
258257
Files.deleteIfExists(dir);
258+
// We can't check Files.exists on a folder (since GCS fakes folders)
259259
}
260260
}
261261

0 commit comments

Comments
 (0)