mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 10:19:03 +00:00
Polish
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ public class SampleMongoApplicationTests {
|
||||
public static OutputCapture outputCapture = new OutputCapture();
|
||||
|
||||
@Test
|
||||
public void testDefaultSettings() throws Exception {
|
||||
public void testDefaultSettings() {
|
||||
String output = SampleMongoApplicationTests.outputCapture.toString();
|
||||
assertThat(output).contains("firstName='Alice', lastName='Smith'");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user