Skip to content

Commit

Permalink
fixup! feat: allow users to edit the document fulltext
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Nov 7, 2024
1 parent ffb22ed commit 1c13977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/general/tests/test_document_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from general.models import Document, Institution


class TestDocumentForm(unittest.TestCase):
class TestDocumentForm(TestCase):
def __init__(self, methodName: str = "runTest"):
super().__init__(methodName)
self.form = None
Expand Down

0 comments on commit 1c13977

Please sign in to comment.