Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmanAsh committed Jul 9, 2024
1 parent ef5f20c commit 72c5654
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion api/models/agreement_signature_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@


class TestAgreementSignature(ModelTestCase[AgreementSignature]):
""" Test the AgreementSignature Model"""
"""Test the AgreementSignature Model"""

fixtures = ["agreement_signatures"]

def setUp(self):
Expand Down
3 changes: 2 additions & 1 deletion api/models/contributor_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@


class TestContributor(ModelTestCase[Contributor]):
""" Test the Contributor Model """
"""Test the Contributor Model"""

fixtures = ["contributors"]

def setUp(self):
Expand Down
3 changes: 2 additions & 1 deletion api/models/repository_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@


class TestRepository(ModelTestCase[Repository]):
""" Test the Repository Model"""
"""Test the Repository Model"""

fixtures = ["repositories"]

def setUp(self):
Expand Down

0 comments on commit 72c5654

Please sign in to comment.