mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
Improve readability
This commit is contained in:
parent
5674071838
commit
45befec068
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ class EppContactUpdateBaseTest < ActionDispatch::IntegrationTest
|
|||
assert_equal '+123.4', @contact.phone
|
||||
end
|
||||
|
||||
def test_notifies_a_contact_when_an_email_is_changed
|
||||
def test_notifies_contact_by_email_when_email_is_changed
|
||||
assert_equal 'john-001', @contact.code
|
||||
assert_not_equal 'new@inbox.test', @contact.email
|
||||
|
||||
|
@ -76,7 +76,7 @@ class EppContactUpdateBaseTest < ActionDispatch::IntegrationTest
|
|||
assert_emails 1
|
||||
end
|
||||
|
||||
def test_skips_notifying_a_contact_when_an_email_is_not_changed
|
||||
def test_skips_notifying_contact_when_email_is_not_changed
|
||||
assert_equal 'john-001', @contact.code
|
||||
assert_equal 'john@inbox.test', @contact.email
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue