Merge pull request #13084 from meteor/fix-checks

[2.x] Fix tests after tinytest setup improvement
This commit is contained in:
Nacho Codoñer
2024-04-09 01:31:00 -04:00
committed by GitHub

View File

@@ -102,6 +102,7 @@ Tinytest.addAsync(
function (test, onComplete) {
var cb = Meteor.onMessage(function (msg, session) {
if (msg.method !== 'livedata_server_test_inner') return;
test.equal(msg.method, 'livedata_server_test_inner');
cb.stop();
onComplete();