diff --git a/test/integration/index.js b/test/integration/index.js index c7f9184..c68cd01 100644 --- a/test/integration/index.js +++ b/test/integration/index.js @@ -3,8 +3,8 @@ import { makeTelegramDriver, reply, answerInlineQuery, UpdateMessage, Update, entityIs -} from '../lib/index' -import { matchPlugin } from '../lib/plugins' +} from '../../lib/index' +import { matchPlugin } from '../../lib/plugins' import { Observable as $ } from 'rx' import path from 'path'