blob: 90cb00eef79b5c4cf1fd88059b8c5b79171d7b97 [file] [log] [blame]
package com.intelligentclass.backend;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class BackendApplicationTests {
@Test
void contextLoads() {
}
}