Skip to content

Commit

Permalink
fix(dbtraces): adding db and table to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
mrickard committed Jun 18, 2019
1 parent dcece1d commit aa05724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/ioredis.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ xdescribe('Wrapping Redis', () => {
const redis = new Redis({
host: '0.0.0.0',
connectionName: 'Test 1',
db: 2
db: 1
});

expect(redis.sendCommand.__wrapped).toBeDefined();
Expand Down

0 comments on commit aa05724

Please sign in to comment.