Skip to content

Commit

Permalink
♻️ :: [#237] MassageFeatureTest / model에 profileImage 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
junseopark0331 committed Mar 28, 2024
1 parent c5d0f36 commit 1431ffe
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,14 @@ final class MassageFeatureTests: XCTestCase {
let expectation = XCTestExpectation(description: "Test_Fetch_Massage_Rank_List")
expectation.expectedFulfillmentCount = 2
let expectedMassageRankList = [
MassageRankModel(id: 1, rank: 1, stuNum: "2222", memberName: "익명", gender: .woman)
MassageRankModel(
id: 1,
rank: 1,
stuNum: "2222",
memberName: "익명",
gender: .woman,
profileImage: ""
)
]
fetchMassageRankListUseCase.fetchMassageRankListHandler = { expectedMassageRankList }

Expand Down

0 comments on commit 1431ffe

Please sign in to comment.