Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Dec 3, 2024
1 parent e43ef0a commit da3a1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/extension/messages/cellOutput.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ suite('Handle CellOutput messages', () => {
},
},
})
if ([OutputType.terminal, OutputType.outputItems].includes(type)) {
if ([OutputType.terminal].includes(type)) {
expect(showTerminal).toBeCalledTimes(1)
expect(showTerminal).toBeCalledWith(false)
} else {
Expand Down

0 comments on commit da3a1da

Please sign in to comment.