|
@ -1,13 +1,9 @@ |
|
|
package com.iflytop.colortitration; |
|
|
package com.iflytop.colortitration; |
|
|
|
|
|
|
|
|
import org.junit.jupiter.api.Test; |
|
|
|
|
|
import org.springframework.boot.test.context.SpringBootTest; |
|
|
import org.springframework.boot.test.context.SpringBootTest; |
|
|
|
|
|
|
|
|
@SpringBootTest |
|
|
@SpringBootTest |
|
|
class ColorTitrationApplicationTests { |
|
|
class ColorTitrationApplicationTests { |
|
|
|
|
|
|
|
|
@Test |
|
|
|
|
|
void contextLoads() { |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |