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 {
}
@Test
void shouldMapLock() {
void shouldMapToLock() {
handleForwardVorgangCommand();
verify(lockMapper).fromCommand(command);
......@@ -175,7 +175,7 @@ class ForwardingEventListenerTest {
}
@Test
void shouldMapCommandForwardingRequest() {
void shouldMapCommandToForwardingRequest() {
handleForwardVorgangCommand();
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