Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pwang347 committed Jan 17, 2025
1 parent 7986032 commit 2d6e3df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/standalone/api/kernels/api.vscode.common.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
waitForExecutionCompletedSuccessfully
} from '../../../test/datascience/notebook/helper';
import { getKernelsApi } from '.';
import { createDeferred, createDeferredFromPromise, raceTimeoutError } from '../../../platform/common/utils/async';
import { createDeferred, raceTimeoutError } from '../../../platform/common/utils/async';
import { dispose } from '../../../platform/common/utils/lifecycle';
import { IKernel, IKernelProvider } from '../../../kernels/types';
import { IControllerRegistration, IVSCodeNotebookController } from '../../../notebooks/controllers/types';
Expand Down Expand Up @@ -302,7 +302,7 @@ suiteMandatory('Kernel API Tests @typescript', function () {
});
disposables.push(eventHandler);

// Do not explicitly start the kernel here, let it be triggered by the cell execution.
// Do not explicitly start the kernel here, let it be triggered by the cell execution.s
await Promise.all([runCell(cell), waitForExecutionCompletedSuccessfully(cell), executionOrderSet.promise]);

// Validate the cell execution output is equal to the expected value of "foo = 0"
Expand Down

0 comments on commit 2d6e3df

Please sign in to comment.