Skip to content

Commit

Permalink
ترتيب رسائل التدقيق للاختبار
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Nov 27, 2024
1 parent a6734c8 commit 823e0a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zakat/zakat_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -5010,13 +5010,11 @@ def test(self, debug: bool = False) -> bool:
if debug:
print('brief', brief)
print('case', case)
pp().pprint(plan)
assert valid == case[4]
assert case[5] == brief[0]
assert case[5] == brief[1]

if debug:
pp().pprint(plan)

for x in plan:
assert case[1] == x
if 'total' in case[3][0][x][0].keys():
Expand Down

0 comments on commit 823e0a3

Please sign in to comment.