Remove tests for original init'd code

This commit is contained in:
Imbus 2024-05-11 14:41:31 +02:00
parent 861919d217
commit cb57b8ed86

View file

@ -8,7 +8,6 @@ import static org.junit.jupiter.api.Assertions.*;
class AppTest { class AppTest {
@Test void appHasAGreeting() { @Test void appHasAGreeting() {
App classUnderTest = new App(); assertTrue(!false);
assertNotNull(classUnderTest.getGreeting(), "app should have a greeting");
} }
} }