Format webmvc-tomcat

This commit is contained in:
Moritz Halbritter
2022-11-25 13:11:43 +01:00
parent 05a1e9c8fc
commit 43cb92d63b

View File

@@ -30,4 +30,5 @@ class RandomPortTests {
ResponseEntity<String> response = this.template.getForEntity("/", String.class);
assertThat(response.getBody()).isEqualTo("Hello from Spring MVC and Tomcat");
}
}