From dd1c665db26724ff70b72aca412896723d389126 Mon Sep 17 00:00:00 2001 From: Horacio Sanson Date: Sat, 30 Jan 2021 18:17:28 +0900 Subject: [PATCH] Fix tests on windows --- test/handler/test_terraform_handler.vader | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/handler/test_terraform_handler.vader b/test/handler/test_terraform_handler.vader index b201f89a..64e2e578 100644 --- a/test/handler/test_terraform_handler.vader +++ b/test/handler/test_terraform_handler.vader @@ -15,14 +15,14 @@ Execute(The output should be correct): \ { \ 'lnum': 17, \ 'col': 13, - \ 'filename': '/testplugin/test/terraform_files/providers.tf', + \ 'filename': ale#path#Simplify(g:dir . '/providers.tf'), \ 'type': 'W', \ 'text': 'Terraform 0.13 and earlier allowed provider version', \ }, \ { \ 'lnum': 0, \ 'col': 0, - \ 'filename': '/testplugin/test/terraform_files/providers.tf', + \ 'filename': ale#path#Simplify(g:dir . '/providers.tf'), \ 'type': 'E', \ 'text': 'Plugin reinitialization required. Please run "terraform"', \ }