Skip to content

Commit

Permalink
Fjernede prefix Coding Pirates for foreningsnavn
Browse files Browse the repository at this point in the history
  • Loading branch information
mhewel committed Jul 12, 2023
1 parent b88024f commit 5c6fa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion members/tests/factories/union_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class UnionFactory(DjangoModelFactory):
class Meta:
model = Union

name = factory.LazyAttribute(lambda u: "Coding Pirates {}".format(u.address.city))
name = factory.LazyAttribute(lambda u: "{}".format(u.address.city))
chairman_old = Faker("name")
chairman_email_old = Faker("email")
second_chair_old = Faker("name")
Expand Down

0 comments on commit 5c6fa46

Please sign in to comment.