mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 02:05:57 +02:00
Fix some interaction calls
This commit is contained in:
parent
289d06e926
commit
c6f0c3f6a7
9 changed files with 30 additions and 25 deletions
|
@ -56,7 +56,7 @@ class DisputeStatusUpdateJobTest < ActiveJob::TestCase
|
|||
|
||||
# Dispute status is added automatically if starts_at is not in future
|
||||
perform_enqueued_jobs do
|
||||
Dispute.create(domain_name: 'shop.test', starts_at: Time.zone.parse('2010-07-05'))
|
||||
Dispute.create(domain_name: 'shop.test', starts_at: Time.zone.today)
|
||||
end
|
||||
domain.reload
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue