diff options
author | Elena Kuleshov <evn@att.com> | 2019-04-27 07:43:35 -0400 |
---|---|---|
committer | Elena Kuleshov <evn@att.com> | 2019-04-27 07:45:44 -0400 |
commit | d064d9be33bc3a210397adc147967ce77eb63c4f (patch) | |
tree | 651fe9e356e8e05fda173c0d5a89e6c9ca9370ad /mso-catalog-db/src/test/java | |
parent | d0d2223400ce4f20da83f37caac784c74b009259 (diff) |
Correct Catalog DB beans
Correct Catalog DB beans
Change-Id: Ie9bb4aef606da8c87e5960c95b564fb2fc299869
Issue-ID: SO-1828
Signed-off-by: Kuleshov, Elena <evn@att.com>
Diffstat (limited to 'mso-catalog-db/src/test/java')
-rw-r--r-- | mso-catalog-db/src/test/java/org/onap/so/db/catalog/data/repository/WorkflowRepositoryTest.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mso-catalog-db/src/test/java/org/onap/so/db/catalog/data/repository/WorkflowRepositoryTest.java b/mso-catalog-db/src/test/java/org/onap/so/db/catalog/data/repository/WorkflowRepositoryTest.java index 4f31e4b38c..547b8e50a4 100644 --- a/mso-catalog-db/src/test/java/org/onap/so/db/catalog/data/repository/WorkflowRepositoryTest.java +++ b/mso-catalog-db/src/test/java/org/onap/so/db/catalog/data/repository/WorkflowRepositoryTest.java @@ -15,8 +15,6 @@ package org.onap.so.db.catalog.data.repository; import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertNotNull; -import static org.junit.Assert.assertTrue; import java.util.List; import org.junit.Assert; import org.junit.Test; |