Skip to content

Commit 41c48f5

Browse files
committed
fix
1 parent 783cae1 commit 41c48f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/cmd/fs/rm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func TestFsRmNonEmptyDirectory(t *testing.T) {
9494

9595
// Run rm command
9696
_, _, err = testcli.RequireErrorRun(t, ctx, "fs", "rm", path.Join(tmpDir, "a"))
97-
assert.ErrorIs(t, err, fs.ErrInvalid)
97+
require.Error(t, err)
9898
})
9999
}
100100
}

0 commit comments

Comments
 (0)