tests: fixup broken tests.

This commit is contained in:
evazion
2021-01-11 04:03:17 -06:00
parent 1878fc4049
commit 95f39afcd9
2 changed files with 1 additions and 2 deletions

View File

@@ -26,7 +26,6 @@ class StringTest < ActiveSupport::TestCase
assert_equal("foobar", "foo\u180Ebar".normalize_whitespace)
assert_equal("foobar", "foo\u200Bbar".normalize_whitespace)
assert_equal("foobar", "foo\u200Cbar".normalize_whitespace)
assert_equal("foobar", "foo\u200Dbar".normalize_whitespace)
assert_equal("foobar", "foo\u2060bar".normalize_whitespace)
assert_equal("foobar", "foo\uFEFFbar".normalize_whitespace)
end