From 640db037856b709d5b95ce8af051a2f43b206e71 Mon Sep 17 00:00:00 2001 From: Raman deep Date: Wed, 28 Oct 2020 05:48:08 +0000 Subject: [PATCH] Delete ExampleUnitTest.java --- .../ArrestTB/ExampleUnitTest.java | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 app/src/test/java/com/ShanMukhaInnovations/ArrestTB/ExampleUnitTest.java diff --git a/app/src/test/java/com/ShanMukhaInnovations/ArrestTB/ExampleUnitTest.java b/app/src/test/java/com/ShanMukhaInnovations/ArrestTB/ExampleUnitTest.java deleted file mode 100644 index b2ba625..0000000 --- a/app/src/test/java/com/ShanMukhaInnovations/ArrestTB/ExampleUnitTest.java +++ /dev/null @@ -1,17 +0,0 @@ -package com.ShanMukhaInnovations.ArrestTB; - -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() { - assertEquals(4, 2 + 2); - } -} \ No newline at end of file