From 58052c962a3917b4fb2d0d05aa118ca23c5490fe Mon Sep 17 00:00:00 2001 From: testuser Date: Fri, 5 Dec 2025 18:17:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: testuser --- src/test/java/com/example/AppTest.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/java/com/example/AppTest.java b/src/test/java/com/example/AppTest.java index acec55a..d9d2529 100644 --- a/src/test/java/com/example/AppTest.java +++ b/src/test/java/com/example/AppTest.java @@ -5,4 +5,8 @@ import static org.junit.jupiter.api.Assertions.*; public class AppTest { @Test public void testGreet() { App app = new App(); assertEquals("Hello, World!", app.greet()); } + @Test + public void test1() { + int a = 5; + } }