We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ded8fe commit 19a1275Copy full SHA for 19a1275
cmd/nerdctl/volume/volume_inspect_test.go
@@ -78,7 +78,7 @@ func TestVolumeInspect(t *testing.T) {
78
{
79
Description: "arg missing should fail",
80
Command: test.Command("volume", "inspect"),
81
- Expected: test.Expects(1, []error{errors.New("requires at least 1 arg")}, nil),
+ Expected: test.Expects(1, []error{errors.New("XXXrequires at least 1 arg")}, nil),
82
},
83
84
Description: "invalid identifier should fail",
0 commit comments