Add unit tests for policy type and policy filters
[policy/models.git] / models-tosca / src / test / java / org / onap / policy / models / tosca / authorative / concepts / ToscaPolicyFilterTest.java
index 4653296..84a0df0 100644 (file)
@@ -95,6 +95,7 @@ public class ToscaPolicyFilterTest {
                     if (policy.getName() == null) {
                         policy.setName(policyEntry.getKey());
                     }
+
                     if (policy.getVersion() == null) {
                         policy.setVersion(PfKey.NULL_KEY_VERSION);
                     }