Skip to content

Commit aa05724

Browse files
committed
fix(dbtraces): adding db and table to trace
1 parent dcece1d commit aa05724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/ioredis.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ xdescribe('Wrapping Redis', () => {
110110
const redis = new Redis({
111111
host: '0.0.0.0',
112112
connectionName: 'Test 1',
113-
db: 2
113+
db: 1
114114
});
115115

116116
expect(redis.sendCommand.__wrapped).toBeDefined();

0 commit comments

Comments
 (0)