From 338fb3aef1a695b423f4aefd47c13e3cc2dfae21 Mon Sep 17 00:00:00 2001 From: Eric Black Date: Fri, 1 Nov 2024 10:14:26 -0700 Subject: [PATCH] Fix tests --- packages/cli/test/acceptance/commands-output.ts | 4 ++-- packages/cli/test/unit/commands/ps/type.unit.test.ts | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/cli/test/acceptance/commands-output.ts b/packages/cli/test/acceptance/commands-output.ts index 55c0086a3a..3d37f8b76e 100644 --- a/packages/cli/test/acceptance/commands-output.ts +++ b/packages/cli/test/acceptance/commands-output.ts @@ -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 diff --git a/packages/cli/test/unit/commands/ps/type.unit.test.ts b/packages/cli/test/unit/commands/ps/type.unit.test.ts index 868fd6a1cd..9d088d15f8 100644 --- a/packages/cli/test/unit/commands/ps/type.unit.test.ts +++ b/packages/cli/test/unit/commands/ps/type.unit.test.ts @@ -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 ───────────────── ───── @@ -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 @@ -128,6 +130,7 @@ describe('ps:type', function () { ────── ───── ─── ───────── ────────────── web Basic 1 ~$0.010 $7 worker Basic 2 ~$0.019 $14 + === Dyno Totals Type Total ───── ───── @@ -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 ─────────── ───── @@ -187,6 +191,7 @@ describe('ps:type', function () { ──── ──────── ─── ───────── ────────────── web Shield-M 0 web Shield-L 0 + === Dyno Totals Type Total ──────── ─────