Skip to content

Commit

Permalink
add external_id to PosFactory to fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Sep 20, 2024
1 parent cad0538 commit f1faca1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/economy/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,3 +405,4 @@ class Meta:

team = factory.SubFactory("teams.factories.TeamFactory")
name = factory.Faker("name")
external_id = factory.Faker("word")

0 comments on commit f1faca1

Please sign in to comment.