remove unused import

This commit is contained in:
priyank-sriv 2020-05-21 22:53:20 +05:30
parent dd0a8e2d11
commit 8ecf039b6b
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
import org.springframework.http.MediaType;
import org.springframework.test.context.junit4.SpringRunner;
import org.springframework.test.web.servlet.MockMvc;