Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 4c7ffcc

Browse files
test: fix TestFactory (#889)
1 parent f9e7ab8 commit 4c7ffcc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

reports/tests/factories.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ class Meta:
106106
id = factory.Sequence(lambda n: f"{n}")
107107
name = factory.Sequence(lambda n: f"{n}")
108108
repository = factory.SubFactory(RepositoryFactory)
109-
commits_where_fail = []
110109
computed_name = None
111110

112111

0 commit comments

Comments
 (0)