Skip to content

Commit

Permalink
#125 cleanup of fetch sdk refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Nov 8, 2014
1 parent b1c938c commit 4935095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/99_REST/usage.spec.js
Expand Up @@ -39,7 +39,7 @@ describe("collections", function () {
],
filter: []
};
joola.query({_: token._}, query, function (err, usage) {
joola.query.fetch({_: token._}, query, function (err, usage) {
if (err)
return done(err);

Expand Down

0 comments on commit 4935095

Please sign in to comment.