Forgot to re-enable test

This commit is contained in:
Logan Ramos 2021-07-07 15:47:41 -04:00
parent e1d7d8f021
commit b97c839e57
No known key found for this signature in database
GPG key ID: D9CCFF14F0B18183

View file

@ -763,7 +763,7 @@ suite('Notebook API tests', function () {
assert.strictEqual(vscode.window.activeNotebookEditor!.document.uri.toString(), document.uri.toString());
});
test.only('Cannot open notebook from cell-uri with vscode.open-command', async function () {
test('Cannot open notebook from cell-uri with vscode.open-command', async function () {
const document = await openRandomNotebookDocument();
const [cell] = document.getCells();