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 {
|
class AppTest {
|
||||||
@Test void appHasAGreeting() {
|
@Test void appHasAGreeting() {
|
||||||
App classUnderTest = new App();
|
assertTrue(!false);
|
||||||
assertNotNull(classUnderTest.getGreeting(), "app should have a greeting");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue