Skip to content

Commit

Permalink
MID-8842 ninja - removed processor for assignment constraints type, f…
Browse files Browse the repository at this point in the history
…ixed tests
  • Loading branch information
1azyman committed Aug 19, 2023
1 parent 330e0d2 commit 151ac00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 48 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ private String getProcessorIdentifier(Class<?> processorClass) {
@Test
public void test30TestSystemConfig() throws Exception {
testUpgradeValidator("system-configuration.xml", result -> {
Assertions.assertThat(result.getItems()).hasSize(23);
Assertions.assertThat(result.getItems()).hasSize(22);

UpgradeValidationItem item = assertGetItem(result, getProcessorIdentifier(RoleCatalogCollectionsProcessor.class));
Assertions.assertThat(item.getDelta().getModifiedItems()).hasSize(2);
Expand Down

0 comments on commit 151ac00

Please sign in to comment.