Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
friism authored Nov 26, 2024
1 parent 6f00b46 commit 3357946
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 @@ -164,7 +164,7 @@ describe('spaces:create', function () {

api.done()

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

0 comments on commit 3357946

Please sign in to comment.