Skip to content

Commit e97489c

Browse files
committed
Add another semicolon
1 parent 7f3229f commit e97489c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/client/subscribe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ describe('client subscribe', function() {
246246
var doc2 = this.backend.connect().get('dogs', 'fido');
247247
doc.create({age: 3}, function(err) {
248248
if (err) return done(err);
249-
doc2[method]()
249+
doc2[method]();
250250
doc2.on('error', function(err) {
251251
expect(err.message).equal('Reject doc read');
252252
expect(doc2.version).eql(null);

0 commit comments

Comments
 (0)