mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix new test to work with ddp-pre1
This commit is contained in:
committed by
David Glasser
parent
2f57c23321
commit
933fe4c6fc
@@ -1288,7 +1288,7 @@ Tinytest.add("livedata connection - onReconnect with sent messages", function(te
|
||||
params: ['login'], id: '*'});
|
||||
|
||||
// we connect.
|
||||
stream.receive({msg: 'connected', session: Meteor.uuid()});
|
||||
stream.receive(makeConnectMessage(Meteor.uuid()));
|
||||
test.length(stream.sent, 0);
|
||||
|
||||
// login got result (but not yet data)
|
||||
|
||||
Reference in New Issue
Block a user