Skip to content

Commit fc67ed3

Browse files
authored
Update auth.spec.js
1 parent 61fb85c commit fc67ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auth.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('client authentication', function () {
6161
});
6262
var tmp = client.command_queue.get(0).callback;
6363
client.command_queue.get(0).callback = function (err, res) {
64-
client.auth = function (pass, callback) {
64+
client.auth = function (pass, user, callback) {
6565
callback(null, 'retry worked');
6666
};
6767
tmp(new Error('ERR redis is still LOADING'));

0 commit comments

Comments
 (0)