chore: Remove tests

Tests are currently unused and were interfering with build statuses

FS-30
This commit is contained in:
Salmonllama 2023-12-03 07:43:07 -05:00
parent c3dedf6a56
commit ad68aa8a33

View File

@ -6,8 +6,8 @@ import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest @SpringBootTest
class FsbotioBeApplicationTests { class FsbotioBeApplicationTests {
@Test // @Test
void contextLoads() { // void contextLoads() {
} // }
} }