Skip to content

Commit 35fc46b

Browse files
committed
[backend] feat: fix feedbacks pr
1 parent 1671187 commit 35fc46b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openaev-api/src/test/java/io/openaev/rest/inject/service/InjectExecutionServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ void shouldCallProcessContextOnInjectorHandlerInProcessInjectExecution() throws
7373
when(injectorHandler.processContext(any())).thenReturn(Optional.of(mock(ObjectNode.class)));
7474
InjectExecutionService spyService = spy(service);
7575
spyService.processInjectExecutionWithInjector(inject, input);
76-
verify(agentHandler).processContext(any());
76+
verify(injectorHandler).processContext(any());
7777
}
7878
}

0 commit comments

Comments
 (0)