Merge pull request #10714 from kwoyke/JAVA-4997

JAVA-4997: Fix junit version used
This commit is contained in:
Loredana Crusoveanu 2021-04-30 19:24:24 +03:00 committed by GitHub
commit 47d9bbd0f1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
import org.apache.http.HttpHeaders;
import com.baeldung.roles.custom.Application;
import com.baeldung.roles.custom.persistence.model.Foo;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
import org.springframework.boot.test.context.SpringBootTest;