Skip to content

Commit

Permalink
update test to match
Browse files Browse the repository at this point in the history
  • Loading branch information
friism authored Nov 20, 2024
1 parent fc6e0a6 commit 6f00b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/test/unit/commands/spaces/create.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe('spaces:create', function () {

api.done()

expect(stderr.output).to.include('Warning: Spend Alert. During the limited GA period, each Heroku Standard')
expect(stderr.output).to.include('Warning: Spend Alert. Each Heroku Standard')
expect(stderr.output).to.include('Private Space costs ~$1.39/hour (max $1000/month), pro-rated to the')
expect(stderr.output).to.include('second.')
})
Expand Down

0 comments on commit 6f00b46

Please sign in to comment.