Skip to content

Commit 989c75f

Browse files
committed
Use utility function
1 parent cd2795f commit 989c75f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/suite/extension.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ suite('Extension Test Suite', () => {
1717
});
1818

1919
test('should activate', () => {
20-
return vscode.extensions
21-
.getExtension('haskell.haskell')
20+
return getExtension()
2221
?.activate()
2322
.then(() => {
2423
assert.ok(true);

0 commit comments

Comments
 (0)