Skip to content

Commit 0c6233a

Browse files
committed
Fix lint tests.
1 parent 2fa044a commit 0c6233a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/lint.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe 'pymode check code'
1414
Expect g:pymode_lint == 1
1515
end
1616

17-
it 'lint code'
17+
it 'lint new'
1818
put =['# coding: utf-8', 'call_unknown_function()']
1919
PymodeLint
2020
Expect getloclist(0) == []

0 commit comments

Comments
 (0)