Skip to content

Commit 07154fc

Browse files
author
Ruben Bridgewater
committed
Fix typo
1 parent 505b3eb commit 07154fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/node_redis.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ describe("The node_redis client", function () {
9797
redis.createClient(true);
9898
throw new Error('failed');
9999
} catch (err) {
100-
assert.equal(err.message, 'unknown type of connection in createClient()');
100+
assert.equal(err.message, 'Unknown type of connection in createClient()');
101101
}
102102
});
103103

0 commit comments

Comments
 (0)