docs: fix misspelling of "below"
This commit is contained in:
committed by
Sébastien Deleuze
parent
c2009b578e
commit
3392352ae0
@@ -405,7 +405,7 @@ With Maven:
|
||||
</dependency>
|
||||
----
|
||||
|
||||
Refresh the build configuration, open `BlogApplicationTests` and update imports as bellow and remove `@RunWith(SpringRunner::class)` (Spring Boot 2.1+ test annotations are already annotated with JUnit 5 `@ExtendWith(SpringExtension::class)`).
|
||||
Refresh the build configuration, open `BlogApplicationTests` and update imports as below and remove `@RunWith(SpringRunner::class)` (Spring Boot 2.1+ test annotations are already annotated with JUnit 5 `@ExtendWith(SpringExtension::class)`).
|
||||
|
||||
`src/test/kotlin/blog/BlogApplicationTests.kt`
|
||||
[source,kotlin]
|
||||
|
||||
Reference in New Issue
Block a user