Skip to content

Commit

Permalink
amended phpTest for change in Lpa
Browse files Browse the repository at this point in the history
  • Loading branch information
Lbagg1 committed Nov 15, 2023
1 parent 7da02d8 commit cb27503
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function can_get_data_array_and_time(): void
/** @test */
public function can_get_null_data_array_and_null_time(): void
{
$lpa = new Lpa(null, null);
$lpa = new Lpa([], null);

$this->assertNull($lpa->getData());
$this->assertNull($lpa->getLookupTime());
Expand Down

0 comments on commit cb27503

Please sign in to comment.