Fix test failures due to r19731 (#33296).

git-svn-id: http://svn.redmine.org/redmine/trunk@19733 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-04-29 07:43:04 +00:00
parent 9f1b772f3f
commit 8374ae8513
2 changed files with 4 additions and 0 deletions

View File

@@ -166,5 +166,6 @@ class AdminControllerTest < Redmine::ControllerTest
Tracker.delete_all
IssueStatus.delete_all
Enumeration.delete_all
Query.delete_all
end
end