Skip to content

Commit

Permalink
🔧 빠진 assert문 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
loinsir committed Jan 13, 2024
1 parent c0ff6fb commit fbc1b06
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ final class SignUpInteractorTests: XCTestCase {
await sut.signUp(with: Models.SignUp.Request(nickname: "안유진"))

// assert
XCTAssertTrue(signUpWorkerSpy.signUpWithKakaoCalled)
XCTAssertTrue(presenterSpy.presentSignUpSuccessDidCalled)
}

Expand All @@ -154,6 +155,7 @@ final class SignUpInteractorTests: XCTestCase {
await sut.signUp(with: Models.SignUp.Request(nickname: "안유진"))

// assert
XCTAssertTrue(signUpWorkerSpy.signUpWithAppleCalled)
XCTAssertTrue(presenterSpy.presentSignUpSuccessDidCalled)
}
}

0 comments on commit fbc1b06

Please sign in to comment.