We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f19c26 commit 5ea73d7Copy full SHA for 5ea73d7
1 file changed
tests/factories.py
@@ -61,8 +61,3 @@ class AssetFactory(ModelFactory):
61
is_archived = False
62
created_at = fake.iso8601
63
modified_at = fake.iso8601
64
-
65
66
-if __name__ == '__main__':
67
- print(OrganizationFactory.batch(3))
68
- print(AssetFactory.batch(3))
0 commit comments