summaryrefslogtreecommitdiff
path: root/test/handler/test_mypy_handler.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/handler/test_mypy_handler.vader')
-rw-r--r--test/handler/test_mypy_handler.vader2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/handler/test_mypy_handler.vader b/test/handler/test_mypy_handler.vader
index e161f8ae..77e678e4 100644
--- a/test/handler/test_mypy_handler.vader
+++ b/test/handler/test_mypy_handler.vader
@@ -4,14 +4,12 @@ Execute(The mypy handler should parse lines correctly):
AssertEqual
\ [
\ {
- \ 'bufnr': 347,
\ 'lnum': 4,
\ 'col': 0,
\ 'text': "No library stub file for module 'django.db'",
\ 'type': 'E',
\ },
\ {
- \ 'bufnr': 347,
\ 'lnum': 40,
\ 'col': 5,
\ 'text': "Some other problem",