File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
openbas-api/src/test/java/io/openbas/rest/inject Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -999,14 +999,14 @@ void shouldAddTraceComputeAgentStatusAndUpdateInjectStatusWhenAllAgentsFinish()
999
999
.injectExecutionInput (input3 )
1000
1000
.agentId (firstAgentId )
1001
1001
.injectId (inject .getId ())
1002
- .emissionDate (Instant .now ().toEpochMilli ()+ 1 )
1002
+ .emissionDate (Instant .now ().toEpochMilli () + 1 )
1003
1003
.build ();
1004
1004
InjectExecutionCallback injectExecutionCallback4 =
1005
1005
InjectExecutionCallback .builder ()
1006
1006
.injectExecutionInput (input3 )
1007
1007
.agentId (secondAgentId )
1008
1008
.injectId (inject .getId ())
1009
- .emissionDate (Instant .now ().toEpochMilli ()+ 2 )
1009
+ .emissionDate (Instant .now ().toEpochMilli () + 2 )
1010
1010
.build ();
1011
1011
batchingInjectStatusService .handleInjectExecutionCallbackList (
1012
1012
List .of (injectExecutionCallback3 , injectExecutionCallback4 ));
You can’t perform that action at this time.
0 commit comments