mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 21:25:39 +02:00
Fix typo
This commit is contained in:
parent
e3276d288c
commit
2c5093b29b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class SerializersRegistrantApiContactTest < ActiveSupport::TestCase
|
||||||
assert_equal(@contact.uuid, @json[:id])
|
assert_equal(@contact.uuid, @json[:id])
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_returns_indent_as_separate_object
|
def test_returns_ident_as_separate_object
|
||||||
expected_ident = { code: @contact.ident, type: @contact.ident_type,
|
expected_ident = { code: @contact.ident, type: @contact.ident_type,
|
||||||
country_code: @contact.ident_country_code }
|
country_code: @contact.ident_country_code }
|
||||||
assert_equal(expected_ident, @json[:ident])
|
assert_equal(expected_ident, @json[:ident])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue