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