Skip to content

Commit

Permalink
Small refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Weeblin committed Sep 1, 2021
1 parent b1e59c5 commit 42f55d0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/permissions/generate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@ subjects:
if input.expectedRBACManifests != got {
t.Errorf("value mismatch, \n**********expected:******************************\n%s\n**********got:******************************\n%s", input.expectedRBACManifests, got)
}

//td.Cmp(t, input.expectedRBACManifests, got)
//if diff, equal := messagediff.PrettyDiff(input.expectedRBACManifests, got); !equal {
// t.Fatalf("unexpected difference in RBAC cluster role: %v", diff)
}
}

Expand Down

0 comments on commit 42f55d0

Please sign in to comment.