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 242d1ad commit e5b1564
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public void test40TestRole() throws Exception {
public void test50SecurityPolicy() throws Exception {
testUpgradeValidator("security-policy.xml", result -> {
Assertions.assertThat(result.getItems())
.hasSize(9);
.hasSize(11);

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

0 comments on commit e5b1564

Please sign in to comment.