mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 21:46:24 +02:00
fixed issue with succesful results
This commit is contained in:
parent
37c6239b13
commit
e3a8d9ada7
2 changed files with 14 additions and 14 deletions
|
@ -92,7 +92,7 @@ class EmailCheckTest < ActiveSupport::TestCase
|
|||
action.call
|
||||
end
|
||||
|
||||
assert_equal @contact.validation_events.count, 3
|
||||
assert_equal @contact.validation_events.count, 1
|
||||
assert @contact.validation_events.last.success
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue