Skip to content

Commit

Permalink
Adjust test for audio cells.
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Sein <[email protected]>
  • Loading branch information
Ivansss committed Sep 27, 2024
1 parent 98ea4e7 commit 4d6039c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ final class UnitBaseChatViewControllerTest: TestBaseRealm {
func testCellWithVoiceMessageHeight() {
testMessage.message = "abc"
testMessage.messageType = "voice-message"
XCTAssertEqual(baseController.getCellHeight(for: testMessage, with: 300), 104.0)
XCTAssertEqual(baseController.getCellHeight(for: testMessage, with: 300), 102.0)
}

func testCellWithQuoteHeight() throws {
Expand Down

0 comments on commit 4d6039c

Please sign in to comment.