Skip to content

Commit

Permalink
Add another semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
gkubisa committed Jul 12, 2018
1 parent 7f3229f commit e97489c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client/subscribe.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ describe('client subscribe', function() {
var doc2 = this.backend.connect().get('dogs', 'fido');
doc.create({age: 3}, function(err) {
if (err) return done(err);
doc2[method]()
doc2[method]();
doc2.on('error', function(err) {
expect(err.message).equal('Reject doc read');
expect(doc2.version).eql(null);
Expand Down

0 comments on commit e97489c

Please sign in to comment.