Skip to content

Commit

Permalink
test: (#78) Response 제거 테스트 코드 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
khcho0125 committed Sep 25, 2022
1 parent 5e441f3 commit e35ef7c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package team.comit.simtong.domain.auth.usecase

import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.BeforeEach
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.assertThrows
Expand Down Expand Up @@ -105,9 +104,6 @@ class SendAuthCodeUseCaseTests {

// when
val result = sendAuthCodeUseCase.execute(email)

// then
assertEquals(result, 1)
}

@Test
Expand Down

0 comments on commit e35ef7c

Please sign in to comment.