From 10788b0009e44afb376efde7519bdd69ef47f842 Mon Sep 17 00:00:00 2001 From: Travis Plunk Date: Wed, 17 Jun 2020 09:04:50 -0700 Subject: [PATCH] Update TestMetadata.json --- test/tools/TestMetadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tools/TestMetadata.json b/test/tools/TestMetadata.json index f8439ced074..fede31d68ed 100644 --- a/test/tools/TestMetadata.json +++ b/test/tools/TestMetadata.json @@ -4,7 +4,7 @@ "PSNullConditionalOperators": [ "test/powershell/Language/Operators/NullConditional.Tests.ps1", "test/powershell/Language/Parser/Parsing.Tests.ps1", - "/test/powershell/Host/TabCompletion/TabCompletion.Tests.ps1" ], + "test/powershell/Host/TabCompletion/TabCompletion.Tests.ps1" ], "PSCultureInvariantReplaceOperator": [ "test/powershell/Language/Operators/ReplaceOperator.Tests.ps1" ] } }