This commit is contained in:
Oleg Hasjanov 2021-01-22 21:14:15 +02:00 committed by Alex Sherman
parent 72c9e894fa
commit 6b053d0260

View file

@ -54,7 +54,9 @@ class EppDomainTransferRequestTest < EppTestCase
assert_epp_response :completed_successfully
result_hash = @domain.contacts.pluck(:original_id).group_by(&:itself).transform_values(&:count)
puts @domain.admin_domain_contacts[0].contact_id
puts @domain.tech_domain_contacts[0].contact_id
puts result_hash
assert result_hash[new_contact.id] < 2
end