Skip to content

Commit

Permalink
bugfix tests missing connection override
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 29, 2022
1 parent 986b8f7 commit be840d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/auto/functional/orm/tiny/model/tst_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,8 @@ void tst_Model::findOr_WithReturnType() const
{
QFETCH_GLOBAL(QString, connection);

ConnectionOverride::connection = connection;

// Callback invoked
{
auto [model, result] = Torrent::findOr<int>(100, []()
Expand Down

0 comments on commit be840d5

Please sign in to comment.