Add single layer deserialization support
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / statistics / services / AbstractSingleStatsServiceTest.java
index 8140e84d59cfb956ad26dedb01cc81edb0e9575f..7cb1ab1a15558224b233eb514c93b9c0e8c27a1e 100644 (file)
@@ -50,7 +50,7 @@ public abstract class AbstractSingleStatsServiceTest extends AbstractStatsServic
         };
 
         Mockito.when(rqContextStack.<Object>createRequestContext()).thenReturn(rqContext);
-        Mockito.doAnswer(closeRequestFutureAnswer).when(multiMsgCollector).endCollecting();
+        Mockito.doAnswer(closeRequestFutureAnswer).when(multiMsgCollector).endCollecting(null);
         Mockito.doAnswer(closeRequestFutureAnswer).when(multiMsgCollector).endCollecting(Matchers.any(EventIdentifier.class));
     }
 }