Ensure final cell execution update is not delayed

This commit is contained in:
Rob Lourens
2021-08-11 14:52:29 -07:00
parent 8b598d67ed
commit ff681a5db2
2 changed files with 12 additions and 5 deletions

View File

@@ -834,7 +834,6 @@ suite('Notebook API tests', function () {
assert.ok(cell.executionSummary);
assert.strictEqual(cell.executionSummary!.success, true);
assert.strictEqual(typeof cell.executionSummary!.executionOrder, 'number');
});
test('initialize executionSummary', async () => {