Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCAI-mlv committed Aug 5, 2024
1 parent fdcc700 commit b36ed1b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ void shouldFindAclRelatedToNamespaceByWildcardName() {

Namespace ns2 = Namespace.builder()
.metadata(Metadata.builder()
.name("namespace1")
.name("namespace2")
.build())
.build();

Expand All @@ -1167,7 +1167,7 @@ void shouldFindAclRelatedToNamespaceByWildcardName() {

Namespace ns3 = Namespace.builder()
.metadata(Metadata.builder()
.name("namespace1")
.name("namespace3")
.build())
.build();

Expand Down

0 comments on commit b36ed1b

Please sign in to comment.