From 61e1651e5ce526d4a9fcfdf44f3d6e5578f78ba8 Mon Sep 17 00:00:00 2001 From: physick Date: Thu, 20 Aug 2026 17:44:31 +0500 Subject: removed tests --- jlox/app/src/test/java/org/example/AppTest.java | 7 ------- 1 file changed, 7 deletions(-) (limited to 'jlox/app') 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"); - } } -- cgit v1.3