From 02f89eea830419ad21944f5562f6bfc95e246d81 Mon Sep 17 00:00:00 2001 From: chinosk <2248589280@qq.com> Date: Wed, 22 May 2024 23:40:34 +0800 Subject: [PATCH] remove tests --- .../chinosk/gakumas/localify/ExampleUnitTest.kt | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 app/src/test/java/io/github/chinosk/gakumas/localify/ExampleUnitTest.kt diff --git a/app/src/test/java/io/github/chinosk/gakumas/localify/ExampleUnitTest.kt b/app/src/test/java/io/github/chinosk/gakumas/localify/ExampleUnitTest.kt deleted file mode 100644 index 8a82a8a..0000000 --- a/app/src/test/java/io/github/chinosk/gakumas/localify/ExampleUnitTest.kt +++ /dev/null @@ -1,17 +0,0 @@ -package io.github.chinosk.gakumas.localify - -import org.junit.Test - -import org.junit.Assert.* - -/** - * Example local unit test, which will execute on the development machine (host). - * - * See [testing documentation](http://d.android.com/tools/testing). - */ -class ExampleUnitTest { - @Test - fun addition_isCorrect() { - assertEquals(4, 2 + 2) - } -} \ No newline at end of file