Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Apr 9, 2018
1 parent e51e9f4 commit 4e71a2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

const Hemera = require('nats-hemera')
const HemeraRedis = require('./../index')
const HemeraJoi = require('hemera-joi')
const Code = require('code')
const Nats = require('nats')
const HemeraTestsuite = require('hemera-testsuite')
Expand All @@ -22,7 +21,6 @@ describe('Hemera-redis-cache', function() {
hemera = new Hemera(nats, {
logLevel: 'silent'
})
hemera.use(HemeraJoi)
hemera.use(HemeraRedis)
hemera.ready(function() {
client = hemera.redis.client
Expand Down

0 comments on commit 4e71a2b

Please sign in to comment.