Skip to content

Commit

Permalink
fix failing old test
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Jan 11, 2024
1 parent 4a0b051 commit 298b186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lemarche/tenders/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def test_with_siae_stats(self):
self.assertEqual(tender_with_siae_1.siae_email_send_count_annotated, 5)
self.assertEqual(tender_with_siae_1.siae_email_link_click_count_annotated, 4)
self.assertEqual(tender_with_siae_1.siae_detail_display_count_annotated, 2)
self.assertEqual(tender_with_siae_1.siae_email_link_click_or_detail_display_count_annotated, 2)
self.assertEqual(tender_with_siae_1.siae_email_link_click_or_detail_display_count_annotated, 4)
self.assertEqual(tender_with_siae_1.siae_detail_contact_click_count_annotated, 1)
self.assertEqual(tender_with_siae_1.siae_detail_cocontracting_click_count_annotated, 1)
self.assertEqual(tender_with_siae_1.siae_detail_contact_click_since_last_seen_date_count_annotated, 1)
Expand Down

0 comments on commit 298b186

Please sign in to comment.