Skip to content

Commit

Permalink
Dont check env name, may not be there
Browse files Browse the repository at this point in the history
  • Loading branch information
rchiodo committed Sep 22, 2021
1 parent 0183f64 commit e3ef4a7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/test/datascience/interactiveWindow.vscode.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,7 @@ suite('Interactive window', async () => {
assert.equal(
controller?.connection.interpreter?.path,
activeInterpreter?.path,
'Controller does not match active interpreter'
);
assert.equal(
controller?.connection.interpreter?.envName,
activeInterpreter?.envName,
'Controller does not match active interpreter'
`Controller does not match active interpreter for ${notebookDocument?.uri.toString()}`
);

// Verify sys info cell
Expand Down

0 comments on commit e3ef4a7

Please sign in to comment.