Skip to content

Commit

Permalink
test: fix TestFactory (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry authored Oct 23, 2024
1 parent f9e7ab8 commit 4c7ffcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reports/tests/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ class Meta:
id = factory.Sequence(lambda n: f"{n}")
name = factory.Sequence(lambda n: f"{n}")
repository = factory.SubFactory(RepositoryFactory)
commits_where_fail = []
computed_name = None


Expand Down

0 comments on commit 4c7ffcc

Please sign in to comment.