diff --git a/deploy/tests/legislators.php b/deploy/tests/legislators.php index f334167..641eea0 100644 --- a/deploy/tests/legislators.php +++ b/deploy/tests/legislators.php @@ -61,14 +61,14 @@ if (!isset($legislator[$key]) || $legislator[$key] != $value) { echo 'Failure: For ' . pivot($legislator) .' expected a ' . $key . ' of value “' - . $value . ',” but instead the value was “' . legislator[$key] . '”'; + . $value . ',” but instead the value was “' . legislator[$key] . '”' . "\n"; $error = TRUE; } } if ( $import->fetch_photo($legislator['photo_url'], $legislator['shortname'] == false) ) { - echo 'Failure: Photo ' . $legislator['photo_url'] .' couldn’t be fetched'; + echo 'Failure: Photo ' . $legislator['photo_url'] .' couldn’t be fetched' . "\n"; $error = TRUE; }