Fixup Augmentable and Identifiable methods changing
[openflowplugin.git] / applications / forwardingrules-sync / src / test / java / org / opendaylight / openflowplugin / applications / frsync / impl / SyncReactorGuardDecoratorTest.java
index fa0fcbf38da13736ed7d5f421156358072cdf6ba..54609323e485a07962c7b7c4a6307136cb564ec8 100644 (file)
@@ -53,7 +53,7 @@ public class SyncReactorGuardDecoratorTest {
 
         final Node operationalNode = Mockito.mock(Node.class);
         Mockito.when(operationalNode.getId()).thenReturn(NODE_ID);
-        Mockito.when(operationalNode.getAugmentation(FlowCapableNode.class)).thenReturn(fcOperationalNode);
+        Mockito.when(operationalNode.augmentation(FlowCapableNode.class)).thenReturn(fcOperationalNode);
     }
 
     @Test