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

Fix failing test by removing bad assertion (#34863).

git-svn-id: https://svn.redmine.org/redmine/trunk@21962 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2022-11-28 22:33:12 +00:00
parent 0f2378c121
commit 1242f8d48a

View File

@ -148,6 +148,5 @@ class SettingTest < ActiveSupport::TestCase
def test_default_text_formatting_for_new_installations_is_common_mark
assert_equal 'common_mark', Setting.text_formatting
assert_equal 'common_mark', Setting.find_by(:name => 'text_formatting').value
end
end