Skip to content

Commit

Permalink
تفعيل سطر نسيئ بالخطأ
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Nov 13, 2024
1 parent d952784 commit e950cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zakat/zakat_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1625,7 +1625,7 @@ def test(debug: bool = False):
assert result_datetime.month == expected.month
assert result_datetime.day == expected.day
assert result_datetime.hour == expected.hour
# assert result_datetime.minute == expected.minute
assert result_datetime.minute == expected.minute
assert result_datetime.second == expected.second
assert result_datetime.microsecond == expected.microsecond

Expand Down

0 comments on commit e950cd3

Please sign in to comment.