Skip to content

Commit b31951f

Browse files
committed
test: displayName 추가
1 parent 3ea5601 commit b31951f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/land/leets/domain/mail/usecase/SendPaperMailImplTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import java.util.List;
66

77
import org.junit.jupiter.api.Disabled;
8+
import org.junit.jupiter.api.DisplayName;
89
import org.junit.jupiter.api.Test;
910
import org.springframework.beans.factory.annotation.Autowired;
1011
import org.springframework.boot.test.context.SpringBootTest;
@@ -17,6 +18,7 @@ class SendPaperMailImplTest {
1718
@Autowired
1819
private SendFinalMailImpl sendFinalMail;
1920

21+
@DisplayName("비동기로 메일을 전송합니다.")
2022
@Test
2123
@Disabled
2224
void execute() {

0 commit comments

Comments
 (0)