We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea5601 commit b31951fCopy full SHA for b31951f
src/test/java/land/leets/domain/mail/usecase/SendPaperMailImplTest.java
@@ -5,6 +5,7 @@
5
import java.util.List;
6
7
import org.junit.jupiter.api.Disabled;
8
+import org.junit.jupiter.api.DisplayName;
9
import org.junit.jupiter.api.Test;
10
import org.springframework.beans.factory.annotation.Autowired;
11
import org.springframework.boot.test.context.SpringBootTest;
@@ -17,6 +18,7 @@ class SendPaperMailImplTest {
17
18
@Autowired
19
private SendFinalMailImpl sendFinalMail;
20
21
+ @DisplayName("비동기로 메일을 전송합니다.")
22
@Test
23
@Disabled
24
void execute() {
0 commit comments