Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Nov 20, 2020
1 parent 89ff28a commit d54c8b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@ suite('Kernel Finder', () => {
});
// Ignore some properties when comparing.
assert.deepEqual(
{ ...spec, specFile: '', interpreterPath: '' },
{ ...kernel, specFile: '', interpreterPath: '' },
{ ...spec, specFile: '', interpreterPath: '', interrupt_mode: 'message' },
{ ...kernel, specFile: '', interpreterPath: '', interrupt_mode: 'message' },
'The found kernel spec is not the same.'
);
fileSystem.reset();
Expand Down

0 comments on commit d54c8b7

Please sign in to comment.