10000 Update redisAppender-test.js · mKoder/log4js-node@44616d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44616d0

Browse files
authored
Update redisAppender-test.js
1 parent df0d8d8 commit 44616d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tap/redisAppender-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ test('log4js redisAppender', (batch) => {
9090
channel: 'log'
9191
});
9292

93-
t.test('redis credentials should match', (assert) => {
93+
t.test('redis redishost should match', (assert) => {
9494
assert.equal(result.redishost.host, '127.0.0.1');
9595
assert.equal(result.redishost.port, 6739);
9696
assert.equal(result.redishost.pass, '');

0 commit comments

Comments
 (0)
0