Skip to content
Snippets Groups Projects
Commit 1ceb0845 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-2566 OZG-2684 fix test

parent ad08a219
Branches
Tags
No related merge requests found
......@@ -248,7 +248,7 @@ class WiedervorlageCommandControllerTest {
createCommandByOrder(CommandOrder.EDIT_WIEDERVORLAGE);
verify(service).editWiedervorlage(any(Wiedervorlage.class), eq(CommandTestFactory.RELATION_ID),
eq(WiedervorlageTestFactory.VERSION));
eq(CommandTestFactory.RELATION_VERSION));
}
}
......@@ -260,7 +260,7 @@ class WiedervorlageCommandControllerTest {
createCommandByOrder(CommandOrder.WIEDERVORLAGE_ERLEDIGEN);
verify(commandByRelationController).createCommandWithoutValidation(any(), eq(WiedervorlageRemoteService.ITEM_NAME),
eq(WiedervorlageTestFactory.VERSION));
eq(CommandTestFactory.RELATION_VERSION));
}
}
......@@ -272,7 +272,7 @@ class WiedervorlageCommandControllerTest {
createCommandByOrder(CommandOrder.WIEDERVORLAGE_WIEDEREROEFFNEN);
verify(commandByRelationController).createCommandWithoutValidation(any(), eq(WiedervorlageRemoteService.ITEM_NAME),
eq(WiedervorlageTestFactory.VERSION));
eq(CommandTestFactory.RELATION_VERSION));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment