Skip to content

Commit 9cd953e

Browse files
committed
fix build
1 parent 9798268 commit 9cd953e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/testing/test/common/testResultStorage.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ suite('Workbench - Test Result Storage', () => {
2828
NullTelemetryService,
2929
));
3030

31-
t.addTask({ id: taskName, name: undefined, running: true });
31+
t.addTask({ id: taskName, name: undefined, running: true, ctrlId: 'ctrlId' });
3232
const tests = ds.add(testStubs.nested());
3333
tests.expand(tests.root.id, Infinity);
3434
t.addTestChainToRun('ctrlId', [

0 commit comments

Comments
 (0)