diff options
Diffstat (limited to 'jlox/app/src/test/java')
| -rw-r--r-- | jlox/app/src/test/java/org/example/AppTest.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/jlox/app/src/test/java/org/example/AppTest.java b/jlox/app/src/test/java/org/example/AppTest.java index f5ce33d..aa7f87e 100644 --- a/jlox/app/src/test/java/org/example/AppTest.java +++ b/jlox/app/src/test/java/org/example/AppTest.java @@ -3,12 +3,5 @@ */ package org.example; -import org.junit.jupiter.api.Test; -import static org.junit.jupiter.api.Assertions.*; - class AppTest { - @Test void appHasAGreeting() { - App classUnderTest = new App(); - assertNotNull(classUnderTest.getGreeting(), "app should have a greeting"); - } } |
