diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-09-03 19:12:42 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-09-04 18:42:11 +0200 |
commit | 80499cc7619bb857c284e6e89db728ccee9c61f6 (patch) | |
tree | 5405d7ed5f6128157a2e39de0c8621141f490831 /quotest/quotest.cpp | |
parent | 3fa9afc796788e0c7f44db15c21a5ba1294d3b2d (diff) | |
download | libquotient-80499cc7619bb857c284e6e89db728ccee9c61f6.tar.gz libquotient-80499cc7619bb857c284e6e89db728ccee9c61f6.zip |
More cleanup
Diffstat (limited to 'quotest/quotest.cpp')
-rw-r--r-- | quotest/quotest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quotest/quotest.cpp b/quotest/quotest.cpp index 3860ae1e..3ac6404a 100644 --- a/quotest/quotest.cpp +++ b/quotest/quotest.cpp @@ -163,7 +163,7 @@ bool TestSuite::validatePendingEvent(const QString& txnId) return it != targetRoom->pendingEvents().end() && it->deliveryStatus() == EventStatus::Submitted && (*it)->transactionId() == txnId && is<EventT>(**it) - && (*it)->matrixType() == EventT::matrixTypeId(); + && (*it)->matrixType() == EventT::TypeId; } void TestSuite::finishTest(const TestToken& token, bool condition, |