updated tests

This commit is contained in:
olegphenomenon 2021-09-24 14:18:39 +03:00
parent ab26100e78
commit a896e78e51
9 changed files with 75 additions and 28 deletions

View file

@ -23,7 +23,7 @@ class RegistrantUser < User
company_register.representation_rights(citizen_personal_code: ident,
citizen_country_code: country.alpha3)
end
def contacts(representable: true)
Contact.registrant_user_contacts(self, representable: representable)
end