Skip to content

Commit ac53e28

Browse files
committed
Remove uneeded test
1 parent 3dce5b6 commit ac53e28

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/test_forms.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -873,11 +873,3 @@ def test_i18n_media_js_with_country_code_in_locale(widget):
873873
"admin/js/vendor/select2/i18n/fr.js",
874874
"django_select2/django_select2.js",
875875
)
876-
877-
878-
def test_i18n_name_property_with_country_code_in_locale_for_older_django(
879-
widget, locale, expected
880-
):
881-
"""No fallback for locale with an unsupported country code."""
882-
with translation.override(locale):
883-
assert widget.i18n_name == expected

0 commit comments

Comments
 (0)