Fixes relationship model test

This commit is contained in:
Mouse Reeve
2021-02-17 10:16:17 -08:00
parent b18dac5814
commit 9225043b5d
2 changed files with 7 additions and 15 deletions

View File

@ -4,6 +4,7 @@ from django.test import TestCase
from bookwyrm import models, settings
#pylint: disable=unused-argument
class Shelf(TestCase):
''' some activitypub oddness ahead '''
def setUp(self):