summaryrefslogtreecommitdiff
path: root/test/test_resolve_local_path.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_resolve_local_path.vader')
-rw-r--r--test/test_resolve_local_path.vader2
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')