Skip to content

Commit

Permalink
MID-8842 ninja - fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Jul 25, 2023
1 parent 994c73b commit d344ae2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public void test40TestRole() throws Exception {
public void test50SecurityPolicy() throws Exception {
testUpgradeValidator("security-policy.xml", result -> {
Assertions.assertThat(result.getItems())
.hasSize(0);
.hasSize(1);

Assertions.assertThat(result.hasChanges()).isFalse();
});
Expand Down

0 comments on commit d344ae2

Please sign in to comment.