Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
Marcel Müller 2024-10-12 12:48:43 +02:00
Родитель d9c6f3ad22
Коммит e29fb7218d
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -59,10 +59,10 @@ final class UnitBaseChatTableViewCellTest: TestBaseRealm {
}
let deckCell: BaseChatTableViewCell = .fromNib()
deckCell.setup(for: deckMessage, withLastCommonReadMessage: 0)
deckCell.setup(for: deckMessage, inRoom: room)
let quoteCell: BaseChatTableViewCell = .fromNib()
quoteCell.setup(for: quoteMessage, withLastCommonReadMessage: 0)
quoteCell.setup(for: quoteMessage, inRoom: room)
}
}