Skip to content

Commit

Permalink
test: update additional option name in test
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Aug 29, 2023
1 parent e5c517e commit 8b3a282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/test/unit/commands/run/index.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ describe('run/index', () => {
dynoOpts = this.opts
return Promise.resolve()
}))
.command(['run', 'bash', '--app=heroku-cli-ci-smoke-test-app', '--', '--writable'])
.command(['run', 'bash', '--app=heroku-cli-ci-smoke-test-app', '--', '--additional-option'])
.it('throws an error', () => {
expect(dynoOpts.command).to.equal('bash --writable')
expect(dynoOpts.command).to.equal('bash --additional-option')
})
})
})

0 comments on commit 8b3a282

Please sign in to comment.