diff --git a/app/src/androidTest/java/com/jkb/vercodeedittext/ExampleInstrumentedTest.java b/app/src/androidTest/java/com/jkb/vercodeedittext/ExampleInstrumentedTest.java
deleted file mode 100644
index 30c7d73..0000000
--- a/app/src/androidTest/java/com/jkb/vercodeedittext/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package com.jkb.vercodeedittext;
-
-import android.content.Context;
-import android.support.test.InstrumentationRegistry;
-import android.support.test.runner.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumentation test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() throws Exception {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getTargetContext();
-
- assertEquals("com.jkb.vercodeedittext", appContext.getPackageName());
- }
-}
diff --git a/app/src/test/java/com/jkb/vercodeedittext/ExampleUnitTest.java b/app/src/test/java/com/jkb/vercodeedittext/ExampleUnitTest.java
deleted file mode 100644
index ceb8794..0000000
--- a/app/src/test/java/com/jkb/vercodeedittext/ExampleUnitTest.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package com.jkb.vercodeedittext;
-
-import org.junit.Test;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() throws Exception {
- assertEquals(4, 2 + 2);
- }
-}
\ No newline at end of file
diff --git a/vcedittext-lib/src/androidTest/java/com/jkb/vcedittext/ExampleInstrumentedTest.java b/vcedittext-lib/src/androidTest/java/com/jkb/vcedittext/ExampleInstrumentedTest.java
deleted file mode 100644
index edbce14..0000000
--- a/vcedittext-lib/src/androidTest/java/com/jkb/vcedittext/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package com.jkb.vcedittext;
-
-import android.content.Context;
-import android.support.test.InstrumentationRegistry;
-import android.support.test.runner.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumentation test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() throws Exception {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getTargetContext();
-
- assertEquals("com.jkb.vcedittext.test", appContext.getPackageName());
- }
-}
diff --git a/vcedittext-lib/src/test/java/com/jkb/vcedittext/ExampleUnitTest.java b/vcedittext-lib/src/test/java/com/jkb/vcedittext/ExampleUnitTest.java
deleted file mode 100644
index af7b78f..0000000
--- a/vcedittext-lib/src/test/java/com/jkb/vcedittext/ExampleUnitTest.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package com.jkb.vcedittext;
-
-import org.junit.Test;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() throws Exception {
- assertEquals(4, 2 + 2);
- }
-}
\ No newline at end of file