Skip to content
Snippets Groups Projects
Verified Commit cd950630 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

test: rename ContentLicenseFactory -> LicensingFactory

parent 89c21501
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,12 @@ from django.utils.timezone import now
from program.models import (
CBA,
Category,
ContentLicense,
Episode,
FundingCategory,
Image,
Language,
License,
Licensing,
LinkType,
Media,
MediaSource,
......@@ -124,9 +124,9 @@ class LicenseFactory(DjangoModelFactory):
name = Sequence(lambda n: "license %d" % n)
class ContentLicenseFactory(DjangoModelFactory):
class LicensingFactory(DjangoModelFactory):
class Meta:
model = ContentLicense
model = Licensing
class EpisodeFactory(DjangoModelFactory):
......
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