Skip to content

Commit 8f032b5

Browse files
committed
💄
1 parent bd70388 commit 8f032b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

extensions/vscode-notebook-tests/src/notebook.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ async function saveAllFilesAndCloseAll(resource: vscode.Uri) {
8787
function assertInitalState() {
8888
// no-op unless we figure out why some documents are opened after the editor is closed
8989

90-
// assert.equal(vscode.notebook.activeNotebookEditor, undefined);
91-
// assert(vscode.notebook.notebookDocuments.length, 0);
92-
// assert.equal(vscode.notebook.visibleNotebookEditors.length, 0);
90+
assert.equal(vscode.notebook.activeNotebookEditor, undefined);
91+
assert.equal(vscode.notebook.notebookDocuments.length, 0);
92+
assert.equal(vscode.notebook.visibleNotebookEditors.length, 0);
9393
}
9494

9595
suite('Notebook API tests', () => {

0 commit comments

Comments
 (0)