Merge "Added Junits for POLICY-SDK-APP"
[policy/engine.git] / PolicyEngineUtils / src / test / java / org / onap / policy / utils / test / testBackUpMonitor.java
index c5187c0..39434a7 100644 (file)
@@ -252,7 +252,7 @@ public class testBackUpMonitor {
            origBM.setFlag("SLAVE");
            origBM.setTimeStamp(new Date());
            BackUpMonitorEntity bMEntity = new BackUpMonitorEntity();
-        bMEntity.setResoruceNodeName(ResourceNode.BRMS.toString());
+        bMEntity.setResourceNodeName(ResourceNode.BRMS.toString());
         bMEntity.setResourceName("brms_test2");
         bMEntity.setFlag("MASTER");
         bMEntity.setTimeStamp(new Date());