Update pkg/action/list_test.go

Co-authored-by: George Jenkins <gvjenkins@gmail.com>
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
pull/31295/head
Terry Howe 2 days ago committed by GitHub
parent 41a3d2f7a1
commit 8e27b487dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -179,6 +179,7 @@ func TestList_StateMask(t *testing.T) {
is.Len(res, 3)
is.Equal("one", res[0].Name)
is.Equal("three", res[1].Name)
is.Equal("two", res[2].Name)
lister.StateMask = ListUninstalled
res, err = lister.Run()

Loading…
Cancel
Save