Corrects references in tests
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user