Skip to content

Commit

Permalink
hotfix test
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip committed Oct 1, 2024
1 parent 07c3363 commit 929b998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcrule_third_party_payment/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def test_simple_batch(self):
self.assertEqual(claim1.remunerated, None)
days_in_month = calendar.monthrange(claim1.validity_from.year, claim1.validity_from.month)[1]
# When
end_date = datetime.datetime(claim1.validity_from.year, claim1.validity_from.month, days_in_month)
end_date = datetime.datetime(claim1.date_processed.year, claim1.date_processed.month, days_in_month)
batch_run = do_process_batch(
self.user.id_for_audit,
test_region.id,
Expand Down

0 comments on commit 929b998

Please sign in to comment.