Corrects references in tests
This commit is contained in:
parent
3aa9c3accf
commit
13a8bb45af
6 changed files with 37 additions and 9 deletions
|
@ -7,7 +7,7 @@ from bookwyrm.connectors.abstract_connector import Mapping,\
|
|||
from bookwyrm.connectors.bookwyrm_connector import Connector
|
||||
|
||||
|
||||
class FedireadsConnector(TestCase):
|
||||
class BookWyrmConnector(TestCase):
|
||||
def setUp(self):
|
||||
self.book = models.Edition.objects.create(title='Example Edition')
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ from bookwyrm.connectors.bookwyrm_connector import Connector
|
|||
from bookwyrm.connectors.abstract_connector import SearchResult, get_date
|
||||
|
||||
|
||||
class FedireadsConnector(TestCase):
|
||||
class BookWyrmConnector(TestCase):
|
||||
def setUp(self):
|
||||
models.Connector.objects.create(
|
||||
identifier='example.com',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue