aboutsummaryrefslogtreecommitdiff
path: root/quotest/quotest.cpp
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-01-21 10:51:45 +0100
committerAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-01-21 10:51:45 +0100
commit59590c44716e0bbb4499b8ca9844ecd75d638a01 (patch)
treef89370900076450ebda504c6724d35503ce8fa81 /quotest/quotest.cpp
parente1ffc58ab9abf6321f92a6b648d6f8da08b0924d (diff)
parent0689028f4a0db403a55c6158e750fee3ba6c7098 (diff)
downloadlibquotient-59590c44716e0bbb4499b8ca9844ecd75d638a01.tar.gz
libquotient-59590c44716e0bbb4499b8ca9844ecd75d638a01.zip
Merge: merge event relation structures into one
Diffstat (limited to 'quotest/quotest.cpp')
-rw-r--r--quotest/quotest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/quotest/quotest.cpp b/quotest/quotest.cpp
index 5a5642fe..40bc456b 100644
--- a/quotest/quotest.cpp
+++ b/quotest/quotest.cpp
@@ -381,7 +381,7 @@ TEST_IMPL(sendReaction)
if (actualTargetEvtId != targetEvtId)
return false;
const auto reactions = targetRoom->relatedEvents(
- targetEvtId, EventRelation::Annotation());
+ targetEvtId, EventRelation::AnnotationType);
// It's a test room, assuming no interference there should
// be exactly one reaction
if (reactions.size() != 1)