Skip to content

Commit

Permalink
Fixed unstable test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamolteni committed Mar 20, 2024
1 parent 3c2b33b commit ab85912
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void testModelPage() throws Exception {
@Test
void testConstraintsPage() throws Exception {
JsonNode constraintsResponse = super.executeJsonRPCMethod("getConstraints");
assertThat(constraintsResponse).containsExactly(
assertThat(constraintsResponse).containsExactlyInAnyOrder(
new TextNode(TestdataStringLengthShadowSolution.class.getPackage()
.getName() + "/Don't assign 2 entities the same value."),
new TextNode(TestdataStringLengthShadowSolution.class.getPackage().getName() + "/Maximize value length"));
Expand Down

0 comments on commit ab85912

Please sign in to comment.