mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #13084 from meteor/fix-checks
[2.x] Fix tests after tinytest setup improvement
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user