Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eablack committed Nov 1, 2024
1 parent 79a8f57 commit 338fb3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cli/test/acceptance/commands-output.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ domains:wait wait for domain to be active for
drains display the log drains of an app
drains:add adds a log drain to an app
drains:remove removes a log drain from an app
dyno:kill stop app dyno or dyno type
dyno:kill stop an app dyno or process type
dyno:resize manage dyno sizes
dyno:restart restart an app dyno or process type
dyno:scale scale dyno quantity up or down
dyno:stop stop app dyno or dyno type
dyno:stop stop an app dyno or process type
features list available app features
features:disable disables an app feature
features:enable enables an app feature
Expand Down
5 changes: 5 additions & 0 deletions packages/cli/test/unit/commands/ps/type.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ describe('ps:type', function () {
web Performance-L-RAM 1 ~$0.694 $500
web Performance-XL 1 ~$1.042 $750
web Performance-2XL 1 ~$2.083 $1500
=== Dyno Totals
Type Total
───────────────── ─────
Expand Down Expand Up @@ -94,6 +95,7 @@ describe('ps:type', function () {
Type Size Qty Cost/hour Max cost/month
──── ───────────────── ─── ───────── ──────────────
web Performance-L-RAM 1 ~$0.694 $500
=== Dyno Totals
Type Total
Expand Down Expand Up @@ -128,6 +130,7 @@ describe('ps:type', function () {
────── ───── ─── ───────── ──────────────
web Basic 1 ~$0.010 $7
worker Basic 2 ~$0.019 $14
=== Dyno Totals
Type Total
───── ─────
Expand Down Expand Up @@ -160,6 +163,7 @@ describe('ps:type', function () {
────── ─────────── ─── ───────── ──────────────
web Standard-1X 1 ~$0.035 $25
worker Standard-2X 2 ~$0.139 $100
=== Dyno Totals
Type Total
─────────── ─────
Expand Down Expand Up @@ -187,6 +191,7 @@ describe('ps:type', function () {
──── ──────── ─── ───────── ──────────────
web Shield-M 0
web Shield-L 0
=== Dyno Totals
Type Total
──────── ─────
Expand Down

0 comments on commit 338fb3a

Please sign in to comment.