Skip to content

Commit

Permalink
Fix to path changes with previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mdebarros committed Sep 16, 2019
1 parent 45180d8 commit 0eaba67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/kafka/consumer.test.js
Expand Up @@ -38,8 +38,8 @@
'use strict'

const Test = require('tapes')(require('tape'))
const Consumer = require('../../src/kafka').Consumer
const ConsumerEnums = require('../../src/kafka').Consumer.ENUMS
const Consumer = require('../../../src/kafka').Consumer
const ConsumerEnums = require('../../../src/kafka').Consumer.ENUMS
const Logger = require('@mojaloop/central-services-logger')
const Kafka = require('node-rdkafka')
const Sinon = require('sinon')
Expand Down

0 comments on commit 0eaba67

Please sign in to comment.