diff options
author | Ramesh Murugan Iyer <ramesh.murugan.iyer@est.tech> | 2022-12-13 09:22:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-12-13 09:22:13 +0000 |
commit | 06d4bbe578678619be4d948fde42223719e82cf1 (patch) | |
tree | 1dae9a661e6fc54ac017a0eaa404201effcfbf79 /models/src/test | |
parent | ea4473217760d9ba62a6b9a05c81f0694590a03e (diff) | |
parent | 5e0f7912ac694eef2d283aab61a659470b4ba3e5 (diff) |
Merge "Link the existing InstantiationController with the generated code"
Diffstat (limited to 'models/src/test')
-rw-r--r-- | models/src/test/java/org/onap/policy/clamp/models/acm/messages/rest/instantiation/InstantiationCommandTest.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/models/src/test/java/org/onap/policy/clamp/models/acm/messages/rest/instantiation/InstantiationCommandTest.java b/models/src/test/java/org/onap/policy/clamp/models/acm/messages/rest/instantiation/InstantiationCommandTest.java index 1aa67f425..a87f7e042 100644 --- a/models/src/test/java/org/onap/policy/clamp/models/acm/messages/rest/instantiation/InstantiationCommandTest.java +++ b/models/src/test/java/org/onap/policy/clamp/models/acm/messages/rest/instantiation/InstantiationCommandTest.java @@ -27,7 +27,6 @@ import static org.junit.jupiter.api.Assertions.assertNotNull; import org.junit.jupiter.api.Test; import org.onap.policy.clamp.models.acm.concepts.AutomationCompositionOrderedState; -import org.onap.policy.models.tosca.authorative.concepts.ToscaConceptIdentifier; class InstantiationCommandTest { @Test @@ -43,7 +42,6 @@ class InstantiationCommandTest { var ic1 = new InstantiationCommand(); - ic1.setAutomationCompositionIdentifier(new ToscaConceptIdentifier()); ic1.setOrderedState(AutomationCompositionOrderedState.UNINITIALISED); assertThat(ic1.toString()).contains("InstantiationCommand("); |