Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Feb 4, 2024
1 parent 935cd67 commit b247be7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clif_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@ describe('CLI', () => {
cli.handle(['run', '--help'])

assertSpyCall(consoleSpy, 1, {
args: [],
args: [
'Usage: run [args]\n --speed, -s speed in km/h \n',
],
})
})
})
Expand Down

0 comments on commit b247be7

Please sign in to comment.