Resolve some minor CC issues

This commit is contained in:
Karl Erik Õunapuu 2020-09-02 16:31:26 +03:00
parent e9f28a6d14
commit 3c7756680d
No known key found for this signature in database
GPG key ID: C9DD647298A34764
9 changed files with 11 additions and 15 deletions

View file

@ -267,6 +267,7 @@ class ContactTest < ActiveSupport::TestCase
contact = unlinked_contact
domains(:shop).update_columns(registrant_id: contact.becomes(Registrant))
reload
assert Contact.unlinked.exclude?(contact), 'Contact should be excluded'
end