Skip to content

Commit 57df230

Browse files
authored
Add missing decorator in DS test service (#8805)
1 parent 17b7dbe commit 57df230

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/datascience/notebook.functional.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ suite('DataScience notebook tests', () => {
466466
throw new Error('Method not implemented');
467467
}
468468
}
469+
@injectable()
469470
class EmptyPathService implements IKnownSearchPathsForInterpreters {
470471
public getSearchPaths(): string[] {
471472
return [];

0 commit comments

Comments
 (0)