Skip to content
Snippets Groups Projects
Commit 7697ea64 authored by Krzysztof Witukiewicz's avatar Krzysztof Witukiewicz
Browse files

OZG-7501 OZG-7899 Renamings

parent 4be80922
No related branches found
No related tags found
1 merge request!22Ozg 7501 weiterleitung vorbereiten
...@@ -159,7 +159,7 @@ class ForwardingEventListenerTest { ...@@ -159,7 +159,7 @@ class ForwardingEventListenerTest {
} }
@Test @Test
void shouldMapLock() { void shouldMapToLock() {
handleForwardVorgangCommand(); handleForwardVorgangCommand();
verify(lockMapper).fromCommand(command); verify(lockMapper).fromCommand(command);
...@@ -175,7 +175,7 @@ class ForwardingEventListenerTest { ...@@ -175,7 +175,7 @@ class ForwardingEventListenerTest {
} }
@Test @Test
void shouldMapCommandForwardingRequest() { void shouldMapCommandToForwardingRequest() {
handleForwardVorgangCommand(); handleForwardVorgangCommand();
verify(forwardingRequestMapper).fromCommand(command); verify(forwardingRequestMapper).fromCommand(command);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment