Skip to content

Commit

Permalink
fixup! Misc tidy ups based on code review
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Nov 12, 2024
1 parent 953e0b7 commit dd1c0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/analysis/tests/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Meta:

summary = factory.Faker("text", max_nb_chars=100)
news_headline = factory.Faker("text", max_nb_chars=50)
main_points = factory.Faker("text", max_nb_chars=200)
main_points_summary = factory.Faker("text", max_nb_chars=200)
release_date = factory.LazyFunction(lambda: timezone.now().date())
next_release_date = factory.LazyAttribute(lambda o: o.release_date + timedelta(days=1))
contact_details = factory.SubFactory(ContactDetailsFactory)
Expand Down

0 comments on commit dd1c0fa

Please sign in to comment.