Unit/SONAR/Checkstyle in ONAP-REST
[policy/engine.git] / ONAP-REST / src / test / java / org / onap / policy / rest / jpa / MicroServiceDictionaryJpaTest.java
index 1fcc7ba..174d635 100644 (file)
@@ -247,7 +247,7 @@ public class MicroServiceDictionaryJpaTest {
      */
     @Test
     public void testVmType() {
-        VMType data = new VMType();
+        VmType data = new VmType();
         data.setId(1);
         assertTrue(1 == data.getId());
         data.setName("Test");