Files
crypto/src/test/java/com/crypto/dropthebit/DropTheBitApplicationTests.java
2022-02-11 16:31:36 +09:00

14 lines
217 B
Java

package com.crypto.dropthebit;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DropTheBitApplicationTests {
@Test
void contextLoads() {
}
}