From 5f4293d7458f1bf16d3e8ca6237c85c785de32b8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Nicolas <6371790+pynicolas@users.noreply.github.com> Date: Wed, 11 Jun 2025 21:18:35 +0200 Subject: [PATCH] Delete useless test --- .../org/mydomain/myscan/ExampleUnitTest.kt | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 app/src/test/java/org/mydomain/myscan/ExampleUnitTest.kt diff --git a/app/src/test/java/org/mydomain/myscan/ExampleUnitTest.kt b/app/src/test/java/org/mydomain/myscan/ExampleUnitTest.kt deleted file mode 100644 index 870c643..0000000 --- a/app/src/test/java/org/mydomain/myscan/ExampleUnitTest.kt +++ /dev/null @@ -1,31 +0,0 @@ -/* - * Copyright 2025 Pierre-Yves Nicolas - * - * This program is free software: you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation, either version 3 of the License, or (at your option) - * any later version. - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * You should have received a copy of the GNU General Public License along with - * this program. If not, see . - */ -package org.mydomain.myscan - -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