Skip to content

Commit

Permalink
fix: incorrectly imported module
Browse files Browse the repository at this point in the history
  • Loading branch information
tekanokhambane committed May 1, 2024
1 parent 635ce64 commit 9cf1959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multitenancy/invitations/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from account.models import SignupCode
from multitenancy.invitations.forms import InviteForm
from multitenancy.invitations.models import InvitationStat, JoinInvitation
from test_plus.test import TestCase
from test_plus.tests import TestCase


class TestsJoinInvitation(TestCase):
Expand Down
2 changes: 1 addition & 1 deletion multitenancy/teams/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from django.contrib.auth.models import User

from multitenancy.teams.models import Membership, Team, avatar_upload
from test_plus.test import TestCase
from test_plus.tests import TestCase


class BaseTeamTests(TestCase):
Expand Down

0 comments on commit 9cf1959

Please sign in to comment.