Skip to content

Commit 7658019

Browse files
committed
Polish "Fix typo in spring-boot-features.adoc"
Closes gh-16213
1 parent 4716943 commit 7658019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6613,8 +6613,8 @@ specific slices>> of an application.
66136613

66146614
TIP: If you are using JUnit 4, don't forget to also add `@RunWith(SpringRunner.class)` to
66156615
your test, otherwise the annotations will be ignored. If you are using JUnit 5, there's no
6616-
need to add the equivalent `@ExtendWith(SpringExtension.class)` as `@SpringBootTest` and the
6617-
other `@…Test` annotations are already annotated with it.
6616+
need to add the equivalent `@ExtendWith(SpringExtension.class)` as `@SpringBootTest` and
6617+
the other `@…Test` annotations are already annotated with it.
66186618

66196619
By default, `@SpringBootTest` will not start a server. You can use the `webEnvironment`
66206620
attribute of `@SpringBootTest` to further refine how your tests run:

0 commit comments

Comments
 (0)