From df8b3b266946b3316b7783b6aeeba14872281b76 Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Mon, 25 Dec 2023 22:13:22 -0500 Subject: [PATCH] Be more verbose with test success --- deploy/tests/bills.php | 2 +- deploy/tests/committee_members.php | 2 +- deploy/tests/legislators.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/tests/bills.php b/deploy/tests/bills.php index 91470fd..049f20c 100644 --- a/deploy/tests/bills.php +++ b/deploy/tests/bills.php @@ -42,4 +42,4 @@ return FALSE; } -echo 'All tests passed'; +echo 'All bills tests passed' . "\n"; diff --git a/deploy/tests/committee_members.php b/deploy/tests/committee_members.php index 3263b72..95f7b39 100644 --- a/deploy/tests/committee_members.php +++ b/deploy/tests/committee_members.php @@ -81,4 +81,4 @@ return FALSE; } -echo 'All tests passed'; +echo 'All committee members tests passed' . "\n"; diff --git a/deploy/tests/legislators.php b/deploy/tests/legislators.php index ca71afe..aec35f8 100644 --- a/deploy/tests/legislators.php +++ b/deploy/tests/legislators.php @@ -78,4 +78,4 @@ return FALSE; } -echo 'All tests passed'; +echo 'All legislators tests passed' . "\n";