diff options
author | w0rp <devw0rp@gmail.com> | 2017-01-20 17:30:23 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-01-20 17:30:34 +0000 |
commit | 9820899b9e09dba27a1fc0867fde3012769a01e7 (patch) | |
tree | ce9e86e043087c765851fc0e779f934926ccc353 /test/test_resolve_local_path.vader | |
parent | ea438be5c108aba328db790ab0d08531ea74abd1 (diff) | |
download | ale-9820899b9e09dba27a1fc0867fde3012769a01e7.zip |
Improve mypy handling a little bit more
Diffstat (limited to 'test/test_resolve_local_path.vader')
-rw-r--r-- | test/test_resolve_local_path.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_resolve_local_path.vader b/test/test_resolve_local_path.vader index bdbac01b..e269221e 100644 --- a/test/test_resolve_local_path.vader +++ b/test/test_resolve_local_path.vader @@ -2,7 +2,7 @@ Execute(Open a file some directory down): silent! cd /testplugin/test :e! top/middle/bottom/dummy.txt -Then(We should be able to to find the local version of a file): +Then(We should be able to find the local version of a file): AssertEqual \ expand('%:p:h:h:h:h') . '/top/example.ini', \ ale#util#ResolveLocalPath(bufnr('%'), 'example.ini', '/global/config.ini') |