Skip to content

Commit

Permalink
Fix jslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gmvdm committed Nov 29, 2011
1 parent 0586e6f commit ea87bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sanity.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ describe('Client creation', function() {
assert.equal(client.authKey, 'AUTH_KEY');
assert.equal(client.authSecret, 'AUTH_SECRET');
assert.equal(typeof(client.send), 'function');
})
});
});

0 comments on commit ea87bde

Please sign in to comment.