Skip to content

Commit 3b79ea6

Browse files
committed
Remove .only
1 parent 22281f8 commit 3b79ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/test/browser/quickFixAddon.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ suite('QuickFixAddon', () => {
333333
});
334334
});
335335
});
336-
suite.only('pwsh feedback providers', () => {
336+
suite('pwsh feedback providers', () => {
337337
suite('General', () => {
338338
const expectedMap = new Map();
339339
const command = `not important`;

0 commit comments

Comments
 (0)