Fix Lint/Void cop (#25922)

This commit is contained in:
Matt Jankowski
2023-07-20 11:31:34 -04:00
committed by GitHub
parent a5842df123
commit 1cceb62afd
2 changed files with 0 additions and 11 deletions

View File

@@ -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