diff --git a/test/completions.vim b/test/completions.vim index 200d9dc..8e2b579 100644 --- a/test/completions.vim +++ b/test/completions.vim @@ -26,14 +26,14 @@ describe 'completions' Expect getline('.') == 'IndentationError().filename' end - it 'typing' + it 'dot_open' normal oraisX ImpXErrX() Expect getline('.') == 'raise ImportError()' end it 'cycling through entries' - execute "normal oimpX\\\" - Expect getline('.') == 'ImportWarning' + execute "normal oraise impX\\\" + Expect getline('.') == 'raise ImportWarning' end end