Remove tests for original init'd code
This commit is contained in:
parent
861919d217
commit
cb57b8ed86
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@ import static org.junit.jupiter.api.Assertions.*;
|
|||
|
||||
class AppTest {
|
||||
@Test void appHasAGreeting() {
|
||||
App classUnderTest = new App();
|
||||
assertNotNull(classUnderTest.getGreeting(), "app should have a greeting");
|
||||
assertTrue(!false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue