Skip to content

Commit e44a64b

Browse files
committed
test: swap "뒤" and "앞" in test descriptions
1 parent 51ae79f commit e44a64b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/localization/test_ko.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ def diff_for_humans():
5959

6060
d = pendulum.now().add(seconds=1)
6161
d2 = pendulum.now()
62-
assert d.diff_for_humans(d2, locale=locale) == "1초 "
63-
assert d2.diff_for_humans(d, locale=locale) == "1초 "
62+
assert d.diff_for_humans(d2, locale=locale) == "1초 "
63+
assert d2.diff_for_humans(d, locale=locale) == "1초 "
6464

6565
assert d.diff_for_humans(d2, True, locale=locale) == "1초"
6666
assert d2.diff_for_humans(d.add(seconds=1), True, locale=locale) == "2초"

0 commit comments

Comments
 (0)