summaryrefslogtreecommitdiffstats
path: root/so-nssmf-adapter-application/src/test/java/org/onap/so/adapters/nssmf/entity/RestResponseTest.java
diff options
context:
space:
mode:
authorMD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>2022-03-23 19:38:07 +0530
committerMD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>2022-03-23 19:40:07 +0530
commit78d153ed8b83f1350fb5fbfdbdcd5085601695ea (patch)
tree566c2b5614e7b893d155bfac6b6e450001579837 /so-nssmf-adapter-application/src/test/java/org/onap/so/adapters/nssmf/entity/RestResponseTest.java
parenta2882e7e4411249f7398cd120eadace03866dede (diff)
Remove unused import statement and import specific classes
Issue-ID: SO-3911 Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> Change-Id: I153c94fbb561c8acfc54cb09a5ab74eea85bf231
Diffstat (limited to 'so-nssmf-adapter-application/src/test/java/org/onap/so/adapters/nssmf/entity/RestResponseTest.java')
-rw-r--r--so-nssmf-adapter-application/src/test/java/org/onap/so/adapters/nssmf/entity/RestResponseTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/so-nssmf-adapter-application/src/test/java/org/onap/so/adapters/nssmf/entity/RestResponseTest.java b/so-nssmf-adapter-application/src/test/java/org/onap/so/adapters/nssmf/entity/RestResponseTest.java
index d80359d..afda23e 100644
--- a/so-nssmf-adapter-application/src/test/java/org/onap/so/adapters/nssmf/entity/RestResponseTest.java
+++ b/so-nssmf-adapter-application/src/test/java/org/onap/so/adapters/nssmf/entity/RestResponseTest.java
@@ -24,7 +24,8 @@ import org.junit.runner.RunWith;
import org.springframework.test.context.junit4.SpringRunner;
import java.util.HashMap;
import java.util.Map;
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertNotNull;
@RunWith(SpringRunner.class)
public class RestResponseTest {