Skip to content

Commit

Permalink
Update pkg/diff/namespace/diffexpr_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Víctor Roldán Betancort <[email protected]>
  • Loading branch information
josephschorr and vroldanbet authored Aug 26, 2024
1 parent 29bade2 commit 38fbc2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/diff/namespace/diffexpr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ func TestDiffExpressions(t *testing.T) {
parsedExisting, err := parseUsersetRewrite(tc.existing)
require.NoError(t, err)

fmt.Println(parsedExisting)

parsedUpdated, err := parseUsersetRewrite(tc.updated)
require.NoError(t, err)

Expand Down

0 comments on commit 38fbc2f

Please sign in to comment.