Reactive remaining Junits tests for Al migration
[transportpce.git] / pce / src / test / java / org / opendaylight / transportpce / pce / impl / PceServiceRPCImplTest.java
index 609df3c96d0eaa271430a91e569b023b68762c99..3e953ea865150766e57eeb6ef351bc15c9e60319 100644 (file)
@@ -26,8 +26,6 @@ import org.opendaylight.transportpce.test.AbstractTest;
 import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.pce.rev200128.CancelResourceReserveInputBuilder;
 
 
-
-
 public class PceServiceRPCImplTest extends AbstractTest {
 
     private PathComputationService pathComputationService;
@@ -41,7 +39,8 @@ public class PceServiceRPCImplTest extends AbstractTest {
                 TransactionUtils.getNetworkForSpanLoss());
         notificationPublishService = new NotificationPublishServiceMock();
         networkTransaction =  new NetworkTransactionImpl(new RequestProcessor(this.getDataBroker()));
-        pathComputationService = new PathComputationServiceImpl(networkTransaction, notificationPublishService);
+        pathComputationService = new PathComputationServiceImpl(networkTransaction, notificationPublishService,
+                null);
         pceServiceRPC = new PceServiceRPCImpl(pathComputationService);
 
     }