Remove domain namespace

This commit is contained in:
Alex Sherman 2020-11-11 21:16:27 +05:00
parent bce39e3404
commit e62f0a077a
19 changed files with 143 additions and 157 deletions

View file

@ -111,7 +111,7 @@ class NewDomainForceDeleteTest < ActiveSupport::TestCase
def test_force_delete_cannot_be_scheduled_when_a_domain_is_discarded
@domain.update!(statuses: [DomainStatus::DELETE_CANDIDATE])
result = Domain::ForceDeleteInteraction::SetForceDelete.run(domain: @domain, type: :fast_track)
result = ForceDeleteInteraction::SetForceDelete.run(domain: @domain, type: :fast_track)
assert_not result.valid?
assert_not @domain.force_delete_scheduled?