Skip to content

Commit 1bb77ad

Browse files
committed
Polishing
Signed-off-by: Sébastien Deleuze <sdeleuze@users.noreply.github.com>
1 parent 4310c79 commit 1bb77ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ include::complete-kotlin/src/test/kotlin/com/example/testingweb/SmokeTest.kt[]
138138
----
139139

140140
Spring interprets the `@Autowired` annotation, and the controller is injected before the
141-
test methods are run. We use a link: https://assertj.github.io/doc/[AssertJ]
141+
test methods are run. We use https://assertj.github.io/doc/[AssertJ]
142142
(which provides `assertThat()` and other methods) to express the test assertions.
143143

144144
NOTE: A nice feature of the Spring Test support is that the application context is cached

0 commit comments

Comments
 (0)