SoundHoundFound/src/test/java/com/myoa/engineering/music/soundhoundfound/SoundHoundFoundApplicationT...

14 lines
243 B
Java
Raw Normal View History

2021-08-20 08:32:44 +00:00
package com.myoa.engineering.music.soundhoundfound;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SoundHoundFoundApplicationTests {
@Test
void contextLoads() {
}
}