Skip to content

Commit 6f00b46

Browse files
authored
update test to match
1 parent fc6e0a6 commit 6f00b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/test/unit/commands/spaces/create.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('spaces:create', function () {
8484

8585
api.done()
8686

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

0 commit comments

Comments
 (0)