Skip to content

Commit

Permalink
Update indicators.test.ts
Browse files Browse the repository at this point in the history
remove only
  • Loading branch information
ryanluker authored Jan 29, 2018
1 parent 3e2062a commit 4c1e472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/indicators.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 4c1e472

Please sign in to comment.