Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ajantha-bhat committed Feb 2, 2023
1 parent 8d56b58 commit 68e6d1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void testNamespacesWithV1Api() {
Assertions.assertThat(namespaces)
.isNotNull()
.hasSize(2)
.isEqualTo(Arrays.asList(Namespace.of("foo"), Namespace.of("foo", "bar")));
.containsExactlyInAnyOrder(Namespace.of("foo"), Namespace.of("foo", "bar"));
}

@Test
Expand Down

0 comments on commit 68e6d1c

Please sign in to comment.