Skip to content

Commit

Permalink
Be more verbose with test success
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 26, 2023
1 parent 86a033b commit df8b3b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/tests/bills.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
return FALSE;
}

echo 'All tests passed';
echo 'All bills tests passed' . "\n";
2 changes: 1 addition & 1 deletion deploy/tests/committee_members.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@
return FALSE;
}

echo 'All tests passed';
echo 'All committee members tests passed' . "\n";
2 changes: 1 addition & 1 deletion deploy/tests/legislators.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@
return FALSE;
}

echo 'All tests passed';
echo 'All legislators tests passed' . "\n";

0 comments on commit df8b3b2

Please sign in to comment.