Fix orderbook reset on reconnect

This commit is contained in:
wltsmrz
2014-09-17 13:42:24 -07:00
parent 1599eb9629
commit 2cd434e861
2 changed files with 20 additions and 6 deletions

View File

@@ -1546,7 +1546,7 @@ describe('OrderBook', function() {
]
book.once('model', function(model) {
book.on('model', function(model) {
assert.deepEqual(model, expected);
assert.strictEqual(book._synchronized, true);
done();