mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
Fix sporadic test failures
This commit is contained in:
parent
7fcab05e51
commit
53a7dab7eb
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ class DomainTest < ActiveSupport::TestCase
|
||||||
Domain.delete_all("id NOT IN (#{[domain1.id, domain2.id, domain3.id].join(',')})")
|
Domain.delete_all("id NOT IN (#{[domain1.id, domain2.id, domain3.id].join(',')})")
|
||||||
end
|
end
|
||||||
|
|
||||||
assert_equal [domain1.id, domain2.id], Domain.expired.ids
|
assert_equal [domain1.id, domain2.id].sort, Domain.expired.ids.sort
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_domain_name
|
def test_domain_name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue