Skip to content

Commit

Permalink
Fix lint tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Feb 26, 2014
1 parent 2fa044a commit 0c6233a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lint.vim
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe 'pymode check code'
Expect g:pymode_lint == 1
end

it 'lint code'
it 'lint new'
put =['# coding: utf-8', 'call_unknown_function()']
PymodeLint
Expect getloclist(0) == []
Expand Down

0 comments on commit 0c6233a

Please sign in to comment.