You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
test: Fix typo in assertEquals message
This commit is contained in:
committed by
Ruben Bridgewater
parent
bdc7356b37
commit
06635b77cc
@@ -209,7 +209,7 @@ describe('createClient options', function () {
|
||||
}, undefined);
|
||||
throw new Error('failed');
|
||||
} catch (err) {
|
||||
assert.strictEqual(err.message, 'To many arguments passed to createClient. Please only pass the options object');
|
||||
assert.strictEqual(err.message, 'Too many arguments passed to createClient. Please only pass the options object');
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user