Skip to content

Commit

Permalink
fix more coverage and bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdavis2001 committed Nov 14, 2024
1 parent cf001bc commit c13cfae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-api/app/src/App/src/Service/Lpa/FindActorInLpa.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private function checkForActorMatch(ActorMatchingInterface $actor, array $matchD
$matchData = $this->normaliseComparisonData($matchData);
$actorData = $this->normaliseComparisonData(
[
'first_names' => $actor->getFirstnames(),
'first_names' => $actor->getFirstname(),
'last_name' => $actor->getSurname(),
'postcode' => $actor->getPostcode(),
]
Expand Down

0 comments on commit c13cfae

Please sign in to comment.