From 942ccd022c3d8d4cfe6f039e9195278a6888c5e4 Mon Sep 17 00:00:00 2001 From: calaglinPilot Date: Thu, 1 May 2025 19:54:23 +0200 Subject: [PATCH] =?UTF-8?q?Test=20m=C3=A9thode=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MangerAutourDeSimplonBackApplicationTests.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/java/fr/vincentRamiere/MangerAutourDeSimplonBack/MangerAutourDeSimplonBackApplicationTests.java b/src/test/java/fr/vincentRamiere/MangerAutourDeSimplonBack/MangerAutourDeSimplonBackApplicationTests.java index b3a2104..410f450 100644 --- a/src/test/java/fr/vincentRamiere/MangerAutourDeSimplonBack/MangerAutourDeSimplonBackApplicationTests.java +++ b/src/test/java/fr/vincentRamiere/MangerAutourDeSimplonBack/MangerAutourDeSimplonBackApplicationTests.java @@ -4,10 +4,10 @@ import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest -class MangerAutourDeSimplonBackApplicationTests { +public class MangerAutourDeSimplonBackApplicationTests { @Test - void contextLoads() { + public void testMain() { + MangerAutourDeSimplonBackApplication.main(new String[] {}); } - }