From 94a21e1ab4eddeff48304302927cb24b8fdfb7a9 Mon Sep 17 00:00:00 2001 From: Michal Borowiecki Date: Tue, 13 Jul 2021 19:05:08 +0100 Subject: [PATCH] delete a stale test that's hard-coded to pass, the class under test doesn't exist (anymore?), so cannot hope to improve it --- test/org/minima/tests/AppTest.java | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 test/org/minima/tests/AppTest.java diff --git a/test/org/minima/tests/AppTest.java b/test/org/minima/tests/AppTest.java deleted file mode 100644 index baf47cfbe..000000000 --- a/test/org/minima/tests/AppTest.java +++ /dev/null @@ -1,17 +0,0 @@ -/* - * This Java source file was generated by the Gradle 'init' task. - */ -package org.minima.tests; - -import static org.junit.Assert.assertNotNull; - -import org.junit.Test; - -public class AppTest { - - @Test - public void testAppHasAGreeting() { - //App classUnderTest = new App(); - assertNotNull("app should have a greeting", 1); // classUnderTest.getGreeting()); - } -}