From 4c1e472a38659fb1a19c5a312c7fc8ba472feabd Mon Sep 17 00:00:00 2001 From: Ryan Luker <ryanluker@outlook.com> Date: Sun, 28 Jan 2018 16:47:19 -0800 Subject: [PATCH] Update indicators.test.ts remove only --- test/indicators.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/indicators.test.ts b/test/indicators.test.ts index fda3448..78708cc 100644 --- a/test/indicators.test.ts +++ b/test/indicators.test.ts @@ -306,7 +306,7 @@ suite("Indicators Tests", function() { }); }); - test.only("#extract: should find a matching file when in multi" + + test("#extract: should find a matching file when in multi" + " folder workspace mode", function(done) { fakeConfig.altSfCompare = true; const vscodeImpl = new Vscode();