X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vid-app-common%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fvid%2Fmodel%2FserviceInstantiation%2FVfModuleTest.java;h=89b0acadb0af81d44f9a555917ecdb6c78d240b9;hb=2f60aa71dc51b6748ead045d363fd2f0d7f50286;hp=a1c78c42116a4435cfb9dfebc1f1e45d3ea1c727;hpb=a4fd70a3a183a3ced4c46415a25d081ece8ac098;p=vid.git diff --git a/vid-app-common/src/test/java/org/onap/vid/model/serviceInstantiation/VfModuleTest.java b/vid-app-common/src/test/java/org/onap/vid/model/serviceInstantiation/VfModuleTest.java index a1c78c421..89b0acadb 100644 --- a/vid-app-common/src/test/java/org/onap/vid/model/serviceInstantiation/VfModuleTest.java +++ b/vid-app-common/src/test/java/org/onap/vid/model/serviceInstantiation/VfModuleTest.java @@ -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