1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-11 01:51:32 +00:00

Test broken by r15536 (#23083).

git-svn-id: http://svn.redmine.org/redmine/trunk@15541 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-06-18 06:45:52 +00:00
parent 6cd84af522
commit b5bc7d4604

View File

@ -25,6 +25,7 @@ class CustomFieldVersionFormatTest < ActiveSupport::TestCase
end
def test_possible_values_options_with_no_arguments
Version.delete_all
assert_equal [], @field.possible_values_options
assert_equal [], @field.possible_values_options(nil)
end