From 6c0dc45f869e15a82023025ff12e3348d62bca67 Mon Sep 17 00:00:00 2001 From: SSimco <37044560+SSimco@users.noreply.github.com> Date: Sat, 12 Oct 2024 09:59:22 +0300 Subject: [PATCH] Removed unused test --- .../cemu/Cemu/ExampleInstrumentedTest.java | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/android/app/src/androidTest/java/info/cemu/Cemu/ExampleInstrumentedTest.java diff --git a/src/android/app/src/androidTest/java/info/cemu/Cemu/ExampleInstrumentedTest.java b/src/android/app/src/androidTest/java/info/cemu/Cemu/ExampleInstrumentedTest.java deleted file mode 100644 index a681e31f..00000000 --- a/src/android/app/src/androidTest/java/info/cemu/Cemu/ExampleInstrumentedTest.java +++ /dev/null @@ -1,26 +0,0 @@ -package info.cemu.Cemu; - -import android.content.Context; - -import androidx.test.platform.app.InstrumentationRegistry; -import androidx.test.ext.junit.runners.AndroidJUnit4; - -import org.junit.Test; -import org.junit.runner.RunWith; - -import static org.junit.Assert.*; - -/** - * Instrumented test, which will execute on an Android device. - * - * @see Testing documentation - */ -@RunWith(AndroidJUnit4.class) -public class ExampleInstrumentedTest { - @Test - public void useAppContext() { - // Context of the app under test. - Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext(); - assertEquals("info.cemu.Cemu", appContext.getPackageName()); - } -} \ No newline at end of file