Skip to content

Commit

Permalink
Merge pull request #1138 from internetee/fix-test
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
vohmar authored Apr 1, 2019
2 parents 7aa249a + 110b0e4 commit ca9fe4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/domain_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ def test_returns_primary_contact_emails
assert_equal '[email protected]', contacts(:william).email
@domain.admin_contacts = [contacts(:john), contacts(:william)]

assert_equal %w[[email protected] [email protected]], @domain.primary_contact_emails
assert_equal %w[[email protected] [email protected]].sort, @domain.primary_contact_emails.sort
end
end

0 comments on commit ca9fe4b

Please sign in to comment.