SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit d08464e3 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

remove deprecated subsidy fields from factory

parent 5b9706cc
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,6 @@ class SubsidyFactory(factory.django.DjangoModelFactory):
class Meta:
model = Subsidy
algorithm = Subsidy.ALGORITHM_RESERVES
algorithm_data = {}
organization = factory.SubFactory("organizations.factories.OrganizationFactory")
subsidy_type = LazyRandEnum(SUBSIDY_TYPES)
description = factory.Faker("sentence")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment