Some checks failed
Deploy Spring Boot App / build-and-deploy (push) Has been cancelled
14 lines
228 B
Java
14 lines
228 B
Java
package com.example.fercoganbackend;
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
|
|
@SpringBootTest
|
|
class FercoganbackendApplicationTests {
|
|
|
|
@Test
|
|
void contextLoads() {
|
|
}
|
|
|
|
}
|