Skip to content

Commit f3e305a

Browse files
committed
Polish
1 parent 54d1210 commit f3e305a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/src/test/java/com/example/webtestclient/ParameterizedOutput.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,9 @@ public class ParameterizedOutput {
4141
// tag::parameterized-output[]
4242
@Before
4343
public void setUp() {
44-
this.webTestClient = WebTestClient.bindToApplicationContext(this.context)
45-
.configureClient()
44+
this.webTestClient = WebTestClient.bindToApplicationContext(this.context).configureClient()
4645
.filter(documentationConfiguration(this.restDocumentation))
47-
.entityExchangeResultConsumer(document("{method-name}/{step}"))
48-
.build();
46+
.entityExchangeResultConsumer(document("{method-name}/{step}")).build();
4947
}
5048
// end::parameterized-output[]
5149

0 commit comments

Comments
 (0)