From 5239d96f9e4937100062c0afde534d376daf5f62 Mon Sep 17 00:00:00 2001 From: Paul Wang Date: Fri, 17 Jan 2025 14:10:58 -0800 Subject: [PATCH] fix test --- src/standalone/api/kernels/api.vscode.common.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/standalone/api/kernels/api.vscode.common.test.ts b/src/standalone/api/kernels/api.vscode.common.test.ts index eb66beb5256..439899b0129 100644 --- a/src/standalone/api/kernels/api.vscode.common.test.ts +++ b/src/standalone/api/kernels/api.vscode.common.test.ts @@ -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"