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 7f3229f commit e97489cCopy full SHA for e97489c
test/client/subscribe.js
@@ -246,7 +246,7 @@ describe('client subscribe', function() {
246
var doc2 = this.backend.connect().get('dogs', 'fido');
247
doc.create({age: 3}, function(err) {
248
if (err) return done(err);
249
- doc2[method]()
+ doc2[method]();
250
doc2.on('error', function(err) {
251
expect(err.message).equal('Reject doc read');
252
expect(doc2.version).eql(null);
0 commit comments