Skip to content

Commit 468b0df

Browse files
committed
Fix duplicated test title
Signed-off-by: apostasie <[email protected]>
1 parent 26a2297 commit 468b0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/nerdctl/image/image_list_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ RUN echo "actually creating a layer so that docker sets the createdAt time"
179179
},
180180
},
181181
{
182-
Description: "label=foo=bar label=version=0.1",
182+
Description: "label=foo=bar label=version=0.2",
183183
Command: test.Command("images", "--filter", "label=foo=bar", "--filter", "label=version=0.2"),
184184
Expected: func(data test.Data, helpers test.Helpers) *test.Expected {
185185
return &test.Expected{

0 commit comments

Comments
 (0)