Skip to content

Commit

Permalink
fix(test): fix completion test
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Oct 5, 2018
1 parent 0764502 commit bd74d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/completion/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('completion', () => {
await helper.waitPopup()
let items = await helper.getItems()
let l = items.length
await nvim.input('o')
await nvim.input('oa')
await helper.wait(100)
items = await helper.getItems()
expect(items.findIndex(o => o.word == 'fallback')).toBe(-1)
Expand Down

0 comments on commit bd74d02

Please sign in to comment.