Test AaiController's get-tenants existing flow
[vid.git] / vid-app-common / src / test / java / org / onap / vid / model / serviceInstantiation / VfModuleTest.java
index a1c78c4..89b0aca 100644 (file)
@@ -25,7 +25,7 @@ import static org.hamcrest.CoreMatchers.equalTo;
 import static org.hamcrest.MatcherAssert.assertThat;
 import static org.hamcrest.beans.HasPropertyWithValue.hasProperty;
 import static org.hamcrest.core.AllOf.allOf;
-import static org.onap.vid.testUtils.TestUtils.setStringsInStringProperties;
+import static org.onap.vid.testUtils.TestUtils.setStringsInStringFields;
 
 import org.onap.vid.mso.model.ModelInfo;
 import org.testng.annotations.Test;
@@ -51,12 +51,12 @@ public class VfModuleTest {
 
     private VfModule createVfModule() {
         VfModule vfModule = new VfModule(
-            setStringsInStringProperties(new ModelInfo()),
+            setStringsInStringFields(new ModelInfo()),
             null, null, null, null, null,
             null, null, null, true, true,
             null, null, true, null, true,
             true, null, null);
 
-        return setStringsInStringProperties(vfModule);
+        return setStringsInStringFields(vfModule);
     }
 }
\ No newline at end of file