Fix broken test merge conflicts (#4823)

This commit is contained in:
Chris LaFreniere
2019-04-03 10:44:01 -07:00
committed by GitHub
parent 6295d03801
commit 76fe0fef49

View File

@@ -51,7 +51,7 @@ if (context.RunTest) {
});
test('Sql NB multiple cells test', async function () {
let notebook = await openNotebook(sqlNotebookMultipleCellsContent, sqlKernelMetadata, this.test.title);
let notebook = await openNotebook(sqlNotebookMultipleCellsContent, sqlKernelMetadata, this.test.title, true);
const expectedOutput0 = '(1 row affected)';
for (let i = 0; i < 3; i++) {
let cellOutputs = notebook.document.cells[i].contents.outputs;