Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jazanne committed Feb 2, 2024
1 parent 32bd166 commit 86c92b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/references/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ func TestBuilder_RemovedFlagKeys(t *testing.T) {
keys := ref.RemovedFlagKeys()

assert.Len(t, keys, 3)
assert.Equal(t, keys, []string{"flag2", "flag3", "flag4"})
assert.ElementsMatch(t, keys, []string{"flag2", "flag3", "flag4"})
}

0 comments on commit 86c92b6

Please sign in to comment.