Skip to content

Commit

Permalink
e2e: Fix RedisClient import
Browse files Browse the repository at this point in the history
This should've been included in the earlier commit that moved the
`RedisClient` module to `lib/redis/index.js`.
  • Loading branch information
mbland committed Feb 26, 2018
1 parent 73e85ab commit cadf31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end-to-end/end-to-end.js
Expand Up @@ -2,7 +2,7 @@

var fs = require('fs')
var redis = require('redis')
var RedisClient = require('../../lib/redis-client')
var RedisClient = require('../../lib/redis')
var helpers = require('../helpers')
var chai = require('chai')
var chaiAsPromised = require('chai-as-promised')
Expand Down

0 comments on commit cadf31b

Please sign in to comment.