fixed issue with succesful results

This commit is contained in:
olegphenomenon 2022-10-26 15:45:38 +03:00
parent 37c6239b13
commit e3a8d9ada7
2 changed files with 14 additions and 14 deletions

View file

@ -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