clear validation event state before running test

This commit is contained in:
oleghasjanov 2025-06-04 14:44:23 +03:00
parent 2951a4da3f
commit 1372f46703

View file

@ -54,7 +54,7 @@ class VerifyEmailTaskTest < ActiveJob::TestCase
end
def test_should_verify_contact_email_which_was_not_verified
ValidationEvent.delete_all
assert_equal ValidationEvent.count, 0
run_task