Skip to content

Commit 973df08

Browse files
committed
Fix test name.
1 parent 53e227d commit 973df08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/test/java/com/mattbertolini/spring/web/bind/docs/webflux/WebFluxDocsJavaConfigIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void setUp(WebApplicationContext webApplicationContext) {
3535
}
3636

3737
@Test
38-
void name() {
38+
void makesRequestAndBindsData() {
3939
webTestClient.post()
4040
.uri("/example/42?different_name=different_value")
4141
.accept(MediaType.TEXT_PLAIN)

0 commit comments

Comments
 (0)