mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix broken test merge conflicts (#4823)
This commit is contained in:
@@ -51,7 +51,7 @@ if (context.RunTest) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('Sql NB multiple cells test', async function () {
|
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)';
|
const expectedOutput0 = '(1 row affected)';
|
||||||
for (let i = 0; i < 3; i++) {
|
for (let i = 0; i < 3; i++) {
|
||||||
let cellOutputs = notebook.document.cells[i].contents.outputs;
|
let cellOutputs = notebook.document.cells[i].contents.outputs;
|
||||||
|
|||||||
Reference in New Issue
Block a user