diff --git a/core/src/test/java/i5/las2peer/execution/ExecutionContextTest.java b/core/src/test/java/i5/las2peer/execution/ExecutionContextTest.java index 7aa5a42f..4c92e692 100644 --- a/core/src/test/java/i5/las2peer/execution/ExecutionContextTest.java +++ b/core/src/test/java/i5/las2peer/execution/ExecutionContextTest.java @@ -481,7 +481,7 @@ public void log(Long timestamp, MonitoringEvent event, String sourceNode, String public void logXESEvent(Long timestamp, MonitoringEvent event, String sourceNode, String sourceAgentId, String destinationNode, String destinationAgentId, String remarks, String caseId, String activityName, - String resourceId, String resourceType) { + String resourceId, String resourceType, String lifecyclePhase) { // TODO Auto-generated method stub } });