diff --git a/boot/platform/src/test/java/com/plate/boot/BootApplicationTest.java b/boot/platform/src/test/java/com/plate/boot/BootApplicationTest.java index 26cb0f5b..59164366 100644 --- a/boot/platform/src/test/java/com/plate/boot/BootApplicationTest.java +++ b/boot/platform/src/test/java/com/plate/boot/BootApplicationTest.java @@ -1,6 +1,8 @@ package com.plate.boot; import org.junit.jupiter.api.Test; +import org.junit.jupiter.api.extension.ExtendWith; +import org.springframework.boot.test.system.OutputCaptureExtension; import javax.crypto.BadPaddingException; import javax.crypto.Cipher; @@ -13,6 +15,7 @@ /** * @author Alex Bob */ +@ExtendWith(OutputCaptureExtension.class) class BootApplicationTest { @Test