Skip to content

Commit f83efaf

Browse files
committed
LP-909 parameter name
1 parent 87464f0 commit f83efaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/presentation/test/builder/AbstractPartnerBuilder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ abstract class AbstractPartnerBuilder {
9090
return this;
9191
}
9292

93-
withLegalEntityRegistrationLocation(country: string) {
94-
this.data.legal_entity_registration_location = country;
93+
withLegalEntityRegistrationLocation(legalEntityRegistrationLocation: string) {
94+
this.data.legal_entity_registration_location = legalEntityRegistrationLocation;
9595
return this;
9696
}
9797
}

0 commit comments

Comments
 (0)