Remove old appc-common
[appc.git] / appc-common / src / test / java / org / onap / appc / configuration / ConfigurationFactoryTest.java
diff --git a/appc-common/src/test/java/org/onap/appc/configuration/ConfigurationFactoryTest.java b/appc-common/src/test/java/org/onap/appc/configuration/ConfigurationFactoryTest.java
deleted file mode 100644 (file)
index 7d02064..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-package org.onap.appc.configuration;
-
-import org.junit.Assert;
-import org.junit.Test;
-
-import static org.onap.appc.configuration.ConfigurationFactory.getConfiguration;
-
-public class ConfigurationFactoryTest {
-    @Test
-    public void should_returnDefaultConfiguration(){
-        Configuration conf = null;
-
-        Assert.assertTrue(getConfiguration() instanceof DefaultConfiguration);
-    }
-}
\ No newline at end of file