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";