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 2d6e3df commit 5239d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standalone/api/kernels/api.vscode.common.test.ts
Original file line number Diff line number Diff line change
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.s
// Do not explicitly start the kernel here, let it be triggered by the cell execution.
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 5239d96

Please sign in to comment.