Skip to content

Commit

Permalink
Fix quotest
Browse files Browse the repository at this point in the history
  • Loading branch information
nvrWhere committed Nov 30, 2024
1 parent f059e78 commit 6b2603a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quotest/quotest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,7 @@ TEST_IMPL(thread)
.then(this, [this, thisTest](const RoomEvent& replyEvt) {
const auto rmReplyEvt = eventCast<const RoomMessageEvent>(&replyEvt);
const auto thread = targetRoom->threads()[rmReplyEvt->threadRootEventId()];
qWarning() << thread.threadRootId << rmReplyEvt->threadRootEventId() << thread.latestEventId << rmReplyEvt->id() << thread.size;
FINISH_TEST(thread.threadRootId == rmReplyEvt->threadRootEventId() &&
thread.latestEventId == rmReplyEvt->id() &&
thread.size == 2
Expand Down

0 comments on commit 6b2603a

Please sign in to comment.