Skip to content

Commit 35562f8

Browse files
authored
Lowercase function name
1 parent afc2a73 commit 35562f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_i18n.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def test_en_locale(self) -> None:
213213
humanize.i18n.deactivate()
214214

215215
@freeze_time("2020-02-02")
216-
def test_None_locale(self) -> None:
216+
def test_none_locale(self) -> None:
217217
three_seconds = NOW - dt.timedelta(seconds=3)
218218

219219
try:

0 commit comments

Comments
 (0)