mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
fixed
This commit is contained in:
parent
72c9e894fa
commit
6b053d0260
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue