Skip to content

Commit

Permalink
Update electionpage/tests.py
Browse files Browse the repository at this point in the history
Co-authored-by: code-review-doctor[bot] <72320148+code-review-doctor[bot]@users.noreply.github.com>
  • Loading branch information
artoonie and code-review-doctor[bot] authored Nov 1, 2024
1 parent b1438e5 commit d32feec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electionpage/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def test_are_results_certified_initializes_correctly(self):

# Wait for the object to be loaded
self._ensure_eventually_asserts(
lambda: ScrapableElectionPage.objects.filter(slug='cuteslug').exists()
ScrapableElectionPage.objects.filter(slug='cuteslug').exists
)

# Then ensure all scrapers have areResultsCertified
Expand Down

0 comments on commit d32feec

Please sign in to comment.