Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Dec 26, 2023
1 parent 56dc5f3 commit cedb562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/tests/bills.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
$error = TRUE;
}

if ($bill['last_house_date'] != '1574035200')
if ($bill['last_house_date'] != '1574053200')
{
echo 'Error: Last house date was ' . $bill['last_house_date'] . ', expected 1574035200' . "\n";
echo 'Error: Last house date was ' . $bill['last_house_date'] . ', expected 1574053200' . "\n";
$error = TRUE;
}

Expand Down

0 comments on commit cedb562

Please sign in to comment.