Skip to content

Commit

Permalink
Fix duplicated test title
Browse files Browse the repository at this point in the history
Signed-off-by: apostasie <[email protected]>
  • Loading branch information
apostasie committed Oct 17, 2024
1 parent 26a2297 commit 468b0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nerdctl/image/image_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ RUN echo "actually creating a layer so that docker sets the createdAt time"
},
},
{
Description: "label=foo=bar label=version=0.1",
Description: "label=foo=bar label=version=0.2",
Command: test.Command("images", "--filter", "label=foo=bar", "--filter", "label=version=0.2"),
Expected: func(data test.Data, helpers test.Helpers) *test.Expected {
return &test.Expected{
Expand Down

0 comments on commit 468b0df

Please sign in to comment.