Skip to content

Commit

Permalink
🔧 테스트 코드 페일 수정
Browse files Browse the repository at this point in the history
(cherry picked from commit 99445c7)
  • Loading branch information
chopmozzi committed Jan 11, 2024
1 parent 9c4623c commit 2e3bfab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ final class PlaybackInteractorTests: XCTestCase {

// Assert
XCTAssertTrue(spy.presentMoveCellNextDidCalled, "playTeleportvideo는 presentMoveCellNext를 호출하지 않았습니다")
XCTAssertEqual(spy.presentMoveCellNextResponse.previousCell, Seeds.PlaybackVideo.previousCell)
XCTAssertNil(spy.presentMoveCellNextResponse.previousCell)
XCTAssertEqual(spy.presentMoveCellNextResponse.currentCell, Seeds.PlaybackVideo.currentCell)
XCTAssertEqual(sut.previousCell, Seeds.PlaybackVideo.currentCell)
XCTAssertFalse(sut.isDelete!)
Expand Down

0 comments on commit 2e3bfab

Please sign in to comment.