Skip to content

Commit 3357946

Browse files
authored
fix test
1 parent 6f00b46 commit 3357946

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
@@ -164,7 +164,7 @@ describe('spaces:create', function () {
164164

165165
api.done()
166166

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

0 commit comments

Comments
 (0)