Adjust poll message height test.

Signed-off-by: Ivan Sein <ivan@nextcloud.com>
This commit is contained in:
Ivan Sein 2024-10-10 12:10:50 +02:00
Родитель f9dcb5cd1a
Коммит 90d102f02c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -135,7 +135,7 @@ final class UnitBaseChatViewControllerTest: TestBaseRealm {
"""
testMessage.message = "{object}"
XCTAssertEqual(baseController.getCellHeight(for: testMessage, with: 300), 90.0)
XCTAssertEqual(baseController.getCellHeight(for: testMessage, with: 300), 88.0)
}
func testCellWithGeolocationHeight() {