Merge pull request #2380 from internetee/fix-check-force-delete

Fix check force delete query
This commit is contained in:
Timo Võhmar 2022-05-25 14:57:02 +03:00 committed by GitHub
commit b7d87f335a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -54,6 +54,7 @@ class CheckForceDeleteTaskTest < ActiveSupport::TestCase
action.call
end
run_task
assert_enqueued_jobs 0
end