Skip to content

Commit

Permalink
More Quotient FTBFS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal authored Oct 15, 2024
1 parent c6a9d10 commit 1e3dc8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quotest/quotest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -522,9 +522,9 @@ bool TestSuite::checkFileSendingOutcome(const TestToken& thisTest,
// TODO: check #366 once #368 is implemented
FINISH_TEST(!e.id().isEmpty() && evt.transactionId() == txnId
&& e.hasFileContent()
&& e.content()->fileInfo()->originalName == fileName
&& e.fileContent()->originalName == fileName
&& testDownload(targetRoom->connection()->makeMediaUrl(
e.content()->fileInfo()->url())));
e.fileContent()->url())));
},
[this, thisTest](const RoomEvent&) { FAIL_TEST(); });
});
Expand Down

0 comments on commit 1e3dc8d

Please sign in to comment.