Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Mar 15, 2022
1 parent e1bda66 commit 457711f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/datascience/notebook/executionService.vscode.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,11 +463,11 @@ suite('DataScience - VSCode Notebook - (Execution) (slow)', function () {
// First path in PATH must be the directory where executable is located.
assert.ok(
areInterpreterPathsSame(shellExecutable.toLowerCase(), sysExecutable.toLowerCase()),
`Python paths do not match ${shellExecutable}, ${sysExecutable}. Output is (${
`Python paths do not match ${shellExecutable}, ${sysExecutable}. Output is (${cell1Output}, ${
cell1.outputs.length
}) (${cell1.outputs
.map((item) => item.items.map((i) => i.mime).join(','))
.join('#')})${cell1Output}, error is ${errorOutput}`
.join('#')}), error is ${errorOutput}`
);
});
test('Testing streamed output', async () => {
Expand Down

0 comments on commit 457711f

Please sign in to comment.