Merged r23319 from trunk to 5.1-stable (#41881).

git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23321 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2024-11-28 11:40:53 +00:00
parent 189e587103
commit e3c08dd1af

View File

@@ -36,7 +36,7 @@ class IssueNestedSetConcurrencyTest < ActiveSupport::TestCase
ActiveRecord::Base.establish_connection connection
end
User.current = nil
CustomField.delete_all
CustomField.destroy_all
end
def teardown