Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-gross committed Jun 8, 2016
1 parent cbbc590 commit 1a0859d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ describe('server', () => {
done();
});
}}
);
));
});

it('has createLiveQueryServer', done => {
Expand Down

0 comments on commit 1a0859d

Please sign in to comment.