Skip to content

Commit

Permalink
fix(dbtraces): adding db and table to trace
Browse files Browse the repository at this point in the history
Merge pull request #53 from mrickard/fix/bumping-version-1.4.1
  • Loading branch information
mrickard authored Jun 18, 2019
2 parents dcece1d + aa05724 commit 7ef1ec3
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 7ef1ec3

Please sign in to comment.