Skip to content

[Feat #26] JWT 관리(저장/재발급) 및 로그아웃 API #45

[Feat #26] JWT 관리(저장/재발급) 및 로그아웃 API

[Feat #26] JWT 관리(저장/재발급) 및 로그아웃 API #45

GitHub Actions / Test Results failed Aug 11, 2024 in 0s

1 fail, 10 skipped, 30 pass in 5s

41 tests  +41   30 ✅ +30   5s ⏱️ +5s
13 suites +13   10 💤 +10 
13 files   +13    1 ❌ + 1 

Results for commit 2123399. ± Comparison against earlier commit ff4d80d.

Annotations

Check warning on line 0 in com.dnd.gongmuin.mail.service.MailServiceTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

인증 코드 이메일을 발송할 수 있다. (com.dnd.gongmuin.mail.service.MailServiceTest) failed

build/test-results/test/TEST-com.dnd.gongmuin.mail.service.MailServiceTest.xml [took 0s]
Raw output
org.mockito.exceptions.misusing.UnnecessaryStubbingException: 
Unnecessary stubbings detected.
Clean & maintainable test code requires zero unnecessary code.
Following stubbings are unnecessary (click to navigate to relevant line of code):
  1. -> at com.dnd.gongmuin.mail.service.MailServiceTest.sendToEmail(MailServiceTest.java:62)
Please remove unnecessary stubbings or use 'lenient' strictness. More info: javadoc for UnnecessaryStubbingException class.
	at app//org.mockito.junit.jupiter.MockitoExtension.afterEach(MockitoExtension.java:192)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)