Skip to content

Commit

Permalink
test no validators
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit committed Jul 31, 2024
1 parent 98507e4 commit b28e7d5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@ void test_getPermissionConstraints_merge_constraints() {
assertThat(actual)
.usingRecursiveComparison()
.isEqualTo(expected);
assertThat(errors.getErrors()).containsExactly(
"$: Multiple permissions were present. Prefer using a conjunction using AND."
);

}

@Test
Expand Down

0 comments on commit b28e7d5

Please sign in to comment.