summaryrefslogtreecommitdiffstats
path: root/spec/services
diff options
context:
space:
mode:
authorMatt Jankowski <matt@jankowski.online>2023-07-20 11:31:34 -0400
committerGitHub <noreply@github.com>2023-07-20 17:31:34 +0200
commit1cceb62afd809d832b0000caeff89c6117652129 (patch)
tree2b1a7e032f9402e2b765da52bd7523d73a5a26e5 /spec/services
parenta5842df123e8950b803ddcca0e0d909e938fb05a (diff)
Fix `Lint/Void` cop (#25922)
Diffstat (limited to 'spec/services')
-rw-r--r--spec/services/resolve_account_service_spec.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/services/resolve_account_service_spec.rb b/spec/services/resolve_account_service_spec.rb
index ed22a8147aa..f446d0ca6da 100644
--- a/spec/services/resolve_account_service_spec.rb
+++ b/spec/services/resolve_account_service_spec.rb
@@ -209,11 +209,6 @@ RSpec.describe ResolveAccountService, type: :service do
fail_occurred = false
return_values = Concurrent::Array.new
- # Preload classes that throw circular dependency errors in threads
- Account
- TagManager
- DomainBlock
-
threads = Array.new(5) do
Thread.new do
true while wait_for_start