Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Feb 27, 2023
1 parent b1c1fff commit 16f3939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ test('$ thrown as error', async () => {
err = p
}
assert.ok(err.exitCode > 0)
assert.ok(err.stderr.includes('/bin/bash: wtf: command not found\n'))
assert.ok(err.stderr.includes('wtf: command not found'))
assert.ok(err[inspect.custom]().includes('Command not found'))
})

Expand Down

0 comments on commit 16f3939

Please sign in to comment.