typo in test
This commit is contained in:
parent
bc64ae0504
commit
adfb1e696a
|
@ -22,7 +22,7 @@ class SelfConnector(TestCase):
|
||||||
priority=1,
|
priority=1,
|
||||||
)
|
)
|
||||||
self.connector = Connector(DOMAIN)
|
self.connector = Connector(DOMAIN)
|
||||||
author = models.Author.objects.create(name='Anonymouse')
|
author = models.Author.objects.create(name='Anonymous')
|
||||||
self.work = models.Work.objects.create(
|
self.work = models.Work.objects.create(
|
||||||
title='Example Work',
|
title='Example Work',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue