api/src/test/java/io/salmonllama/fashionscapeapi/FsbotioBeApplicationTests.java
Salmonllama ad68aa8a33 chore: Remove tests
Tests are currently unused and were interfering with build statuses

FS-30
2023-12-03 07:43:07 -05:00

14 lines
231 B
Java

package io.salmonllama.fashionscapeapi;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class FsbotioBeApplicationTests {
// @Test
// void contextLoads() {
// }
}