Skip to content

Commit

Permalink
Better test-case description
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
  • Loading branch information
leoluz committed Apr 13, 2022
1 parent e57ad20 commit 0fca717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/argo/diff/ignore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func TestIgnoreDiffConfig_HasIgnoreDifference(t *testing.T) {
assert.False(t, ok)
require.Nil(t, actual)
})
t.Run("will merge ignore differences correctly", func(t *testing.T) {
t.Run("will merge ignore differences correctly removing duplicated configs", func(t *testing.T) {
// given
gk := "*/*"
override := getOverride(gk)
Expand Down

0 comments on commit 0fca717

Please sign in to comment.