We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3355d commit 6f6595eCopy full SHA for 6f6595e
test/unitTest/tools.test.ts
@@ -16,7 +16,7 @@ suite('Tools tests', () => {
16
17
test('shellTask returns rejected promise', async () => {
18
const name = 'pip: fortls';
19
- assert.rejects(shellTask('python3', ['-m', 'pip', 'install', 'fortls2'], name));
+ await assert.rejects(shellTask('python3', ['-m', 'pip', 'install', 'fortls2'], name));
20
});
21
22
test('spawnAsPromise correct stdout, stderr output exit code 0', async () => {
0 commit comments