blob: 7fb10ca5880731660602fb019b3dd46229aa8572 [file] [log] [blame]
package com.example.g8backend;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class G8BackendApplicationTests {
@Test
void contextLoads() {
}
}