Skip to content

Commit cd085e0

Browse files
committed
Polish contribution
See gh-19326
1 parent f22d0c7 commit cd085e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/SampleTestApplicationWebIntegrationTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ public void setup() {
6161

6262
@Test
6363
public void test() {
64-
assertThat(this.restTemplate.getForEntity("/{username}/vehicle", String.class, "sframework")
65-
.getStatusCode()).isEqualTo(HttpStatus.OK);
64+
assertThat(this.restTemplate.getForEntity("/{username}/vehicle", String.class, "sframework").getStatusCode())
65+
.isEqualTo(HttpStatus.OK);
6666
}
6767

6868
}

0 commit comments

Comments
 (0)