Skip to content

Commit

Permalink
Small refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Weeblin committed Aug 27, 2021
1 parent 101ee3b commit 9858f68
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 9858f68

Please sign in to comment.