test classes

master
evolonation 3 years ago
parent d3e0001cd7
commit d9186c7b7e

@ -3,7 +3,7 @@ package com.example.project;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
@SpringBootTest(classes = com.example.project.HelloApplication.class)
class ProjectApplicationTests {
@Test

Loading…
Cancel
Save