Skip to content

Commit 19a1275

Browse files
committed
REMOVE THIS COMMIT
Signed-off-by: apostasie <[email protected]>
1 parent 7ded8fe commit 19a1275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/nerdctl/volume/volume_inspect_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func TestVolumeInspect(t *testing.T) {
7878
{
7979
Description: "arg missing should fail",
8080
Command: test.Command("volume", "inspect"),
81-
Expected: test.Expects(1, []error{errors.New("requires at least 1 arg")}, nil),
81+
Expected: test.Expects(1, []error{errors.New("XXXrequires at least 1 arg")}, nil),
8282
},
8383
{
8484
Description: "invalid identifier should fail",

0 commit comments

Comments
 (0)