Skip to content

Commit

Permalink
clarify error message
Browse files Browse the repository at this point in the history
  • Loading branch information
typerat committed Mar 10, 2022
1 parent d6369bb commit b25fb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcsfs/gcs_test.go
Expand Up @@ -809,7 +809,7 @@ func TestGcsRemoveAll(t *testing.T) {
t.Run("non-existent", func(t *testing.T) {
err := gcsAfs.RemoveAll(filepath.Join(bucketName, "a"))
if err != nil {
t.Fatal("failed when removing non-existent file")
t.Fatal("error should be nil when removing non-existent file")
}
})
t.Run("success", func(t *testing.T) {
Expand Down

0 comments on commit b25fb10

Please sign in to comment.