Improve coverage FlowControlNode #5
[appc.git] / appc-config / appc-flow-controller / provider / src / test / java / org / onap / appc / flow / executor / node / FlowControlNodeTest.java
index c948169..32525c5 100644 (file)
@@ -126,7 +126,7 @@ public class FlowControlNodeTest {
   {
     Map<Integer, Transaction> transactionMap = new HashMap<Integer,Transaction>();
     SvcLogicContext  ctx = new SvcLogicContext();
-    Whitebox.invokeMethod(f, "exeuteAllTransaction",transactionMap, ctx);
+    Whitebox.invokeMethod(f, "executeAllTransaction",transactionMap, ctx);
 
   }
   @Test