We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cf05b commit e4d5f70Copy full SHA for e4d5f70
test/simperium/channel_test.js
@@ -423,7 +423,7 @@ describe( 'Channel', function() {
423
424
channel.once( 'send', () => {
425
// we should sent out our change the first time
426
- channel.on( 'error', done );
+ bucket.once( 'error', done );
427
channel.localQueue.once( 'queued', () => done( 'Should not queue duplicate changes' ) );
428
channel.once( 'acknowledge', () => done() );
429
0 commit comments