mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix standalone tests for the 'stream' package
This commit is contained in:
@@ -26,7 +26,7 @@ testAsyncMulti("stream - reconnect", [
|
||||
}));
|
||||
|
||||
if (Meteor.status().status !== "connected")
|
||||
Meteor.default_connection.stream.on('reset', callback);
|
||||
Meteor.default_connection._stream.on('reset', callback);
|
||||
else
|
||||
callback();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user