Skip to content

Commit 9604c73

Browse files
committed
Remove a test that isn't required to test extension functionality.
1 parent 005d8a8 commit 9604c73

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/suite/extension.test.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,4 @@ suite('Extension Test Suite', () => {
6161
const standards = await getInstalledStandards();
6262
assert.ok(Array.isArray(standards));
6363
});
64-
65-
test('Should show default standard', async () => {
66-
const config = vscode.workspace.getConfiguration('phpsab');
67-
const defaultStandard = 'PSR12';
68-
assert.strictEqual(
69-
extensionContext.statusBarItem.text,
70-
`$(law) ${defaultStandard}`
71-
);
72-
});
7364
});

0 commit comments

Comments
 (0)