Fix leak in actionstest
This commit is contained in:
committed by
Tobias Fella
parent
fa4533e757
commit
d64e22c270
@@ -88,7 +88,7 @@ void ActionsTest::testActions()
|
|||||||
QFETCH(std::optional<QString>, resultText);
|
QFETCH(std::optional<QString>, resultText);
|
||||||
QFETCH(std::optional<Quotient::RoomMessageEvent::MsgType>, type);
|
QFETCH(std::optional<Quotient::RoomMessageEvent::MsgType>, type);
|
||||||
|
|
||||||
auto cache = new ChatBarCache();
|
auto cache = new ChatBarCache(this);
|
||||||
cache->setText(command);
|
cache->setText(command);
|
||||||
auto result = ActionsModel::handleAction(room, cache);
|
auto result = ActionsModel::handleAction(room, cache);
|
||||||
QCOMPARE(resultText, std::get<std::optional<QString>>(result));
|
QCOMPARE(resultText, std::get<std::optional<QString>>(result));
|
||||||
|
|||||||
Reference in New Issue
Block a user