Fix template generator for R2
[vfc/nfvo/driver/vnfm/svnfm.git] / nokiav2 / driver / src / test / java / org / onap / vfc / nfvo / driver / vnfm / svnfm / nokia / onap / vfc / TestVfcExternalSystemInfoProvider.java
index 6025604..3e585d1 100644 (file)
@@ -102,7 +102,7 @@ public class TestVfcExternalSystemInfoProvider extends TestBase {
      * The VNFM identifier is loaded from property files
      */
     @Test
-    public void testGetVnfms(){
+    public void testGetVnfms() {
         setFieldWithPropertyAnnotation(vfcExternalSystemInfoProvider, "${vnfmId}", "myVnfmId");
         assertEquals(Sets.newHashSet("myVnfmId"), vfcExternalSystemInfoProvider.getVnfms());
     }