mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-29 11:30:39 +00:00
typo in test
This commit is contained in:
parent
bc64ae0504
commit
adfb1e696a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue