Skip to content

Commit 396aae7

Browse files
author
Kim-Adeline Miguel
committed
Linting
1 parent e1c43b3 commit 396aae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/common/process/pythonExecutionFactory.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ suite('Process - PythonExecutionFactory', () => {
237237
expect(service).instanceOf(CondaExecutionService);
238238
});
239239

240-
test('Ensure `create` returns a PythonExecutionService instance if createCondaExecutionService() returns undefined', async function () {
240+
test('Ensure `create` returns a PythonExecutionService instance if createCondaExecutionService() returns undefined', async function() {
241241
// tslint:disable-next-line:no-invalid-this
242242
return this.skip();
243243

0 commit comments

Comments
 (0)