Skip to content

Commit

Permalink
Fix thread quotest completing multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
nvrWhere committed Dec 8, 2024
1 parent c1c04b5 commit e89799d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quotest/quotest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <QtNetwork/QNetworkReply>

#include <iostream>
#include <qnamespace.h>

using namespace Quotient;
using std::clog, std::endl;
Expand Down Expand Up @@ -893,7 +894,7 @@ TEST_IMPL(thread)
},
[this, thisTest](const RoomEvent&) { FAIL_TEST(); }
);
});
}, Qt::SingleShotConnection);
});
}
});
Expand Down

0 comments on commit e89799d

Please sign in to comment.