Closes gh-5685
This commit is contained in:
Johnny Lim
2016-04-14 11:04:52 +09:00
committed by Stephane Nicoll
parent 5424c5668b
commit 90d897eb9d
11 changed files with 12 additions and 12 deletions

View File

@@ -38,7 +38,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
/**
* {@code @SpringApplicationTest} based tests for {@link UserVehicleController}.
* {@code @SpringBootTest} based tests for {@link UserVehicleController}.
*
* @author Phillip Webb
*/