1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Fix random test failure of VersionsTextHelperTest#test_version_to_text (#36679).

git-svn-id: https://svn.redmine.org/redmine/trunk@22196 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2023-04-16 05:58:22 +00:00
parent 1f5c8742e3
commit 3c8b9535a3

View File

@ -36,6 +36,8 @@ class VersionsTextHelperTest < ActiveSupport::TestCase
* Bug #11: Closed issue on a closed version
EXPECTED
assert_equal expected, version_to_text(Version.find(1))
with_settings date_format: '%m/%d/%Y' do
assert_equal expected, version_to_text(Version.find(1))
end
end
end