storagedriver/s3: continue refining tests

This commit is contained in:
Collin Shoop
2021-06-25 18:12:34 -04:00
parent c98c694d51
commit 1c3ee66061

View File

@@ -103,7 +103,7 @@ func TestWalkFallback(t *testing.T) {
}
expected := []string{
"/file1",
"/folder1", // return ErrSkipDir, skip anything under /folder1
"/folder1",
"/folder1/file1",
"/folder2",
"/folder2/file1",