blob: 7fb10ca5880731660602fb019b3dd46229aa8572 [file] [log] [blame]
wuchimedesa1bf2782025-03-27 15:08:54 +08001package com.example.g8backend;
2
3import org.junit.jupiter.api.Test;
4import org.springframework.boot.test.context.SpringBootTest;
5
6@SpringBootTest
7class G8BackendApplicationTests {
8
9 @Test
10 void contextLoads() {
11 }
12
13}