This commit is contained in:
Shreyas Goenka 2023-06-06 01:03:20 +02:00
parent 5619d0fed7
commit da652c9957
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ func TestFsRmForNonEmptyDirectory(t *testing.T) {
assert.ErrorContains(t, err, "Non-recursive delete of non-empty directory")
}
func TestFsRmForNonExistantFile(t *testing.T) {
func TestFsRmForNonExistentFile(t *testing.T) {
t.Log(GetEnvOrSkipTest(t, "CLOUD_ENV"))
// No error is returned on command run