Skip to content

Commit

Permalink
test(integration/index): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
goodmind committed Jul 6, 2016
1 parent 450a5f7 commit 5bb2ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5bb2ddc

Please sign in to comment.