Skip to content

Commit

Permalink
[parl.2015] is not in election id format
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed May 23, 2024
1 parent a8181a1 commit 89c1905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wcivf/apps/elections/tests/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Meta:
model = Election
django_get_or_create = ("slug",)

slug = "parl.2015"
slug = "parl.2015-05-07"
election_date = timezone.datetime(2015, 5, 7).date()
current = True
name = "UK General Election 2015"
Expand Down

0 comments on commit 89c1905

Please sign in to comment.