Skip to content

Commit

Permalink
Removed redundant (out-commented) assert
Browse files Browse the repository at this point in the history
  • Loading branch information
SnorreSelmer committed Sep 3, 2024
1 parent da5682f commit d8e615a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/resourcegenerator/resourceutils/metadata_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ func TestSetResourceLabels(t *testing.T) {

SetApplicationLabels(sa, app)
assert.Equal(t, expectedLabels, sa.GetLabels())
// assert.True(t, sa.GetLabels()["someLabel"] == "someValue")
assert.Empty(t, sa.GetLabels()["otherLabel"])
}

0 comments on commit d8e615a

Please sign in to comment.