[JAVA-18185] Moved spring-boot-modules to jdk9-and-above profile (#13678)
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ public class BaeldungTaskSchedulerIntegrationTest {
|
||||
taskScheduler.scheduledTask();
|
||||
System.out.flush();
|
||||
String expected = "Running ShedLock task\n";
|
||||
assertThat(consoleOutput.toString()).isEqualTo(expected);
|
||||
assertThat(consoleOutput.toString()).hasToString(expected);
|
||||
|
||||
//restore the old out
|
||||
System.setOut(old);
|
||||
|
||||
Reference in New Issue
Block a user