Skip to content

Commit

Permalink
get is promise already
Browse files Browse the repository at this point in the history
  • Loading branch information
nomilous committed Oct 11, 2016
1 parent 6b1208a commit 039b5a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e4-publish-noCluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ describe(filename, function() {
.then(function(client) {
normalClient = client;
normalClient.onAsync = Promise.promisify(normalClient.on);
normalClient.getAsync = Promise.promisify(normalClient.get);
done();
})
.catch(done);
Expand Down

0 comments on commit 039b5a7

Please sign in to comment.