зеркало из https://github.com/nextcloud/talk-ios.git
Adjust tests
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
Родитель
d9c6f3ad22
Коммит
e29fb7218d
|
@ -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)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче