Skip to content

Commit

Permalink
Merge pull request #347 from boostcampwm2023/iOS/test#335
Browse files Browse the repository at this point in the history
test: 빠진 assert문 수정
  • Loading branch information
loinsir authored Jan 17, 2024
2 parents 02740c0 + fbc1b06 commit 99ed9d7
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 99ed9d7

Please sign in to comment.