Skip to content

Commit

Permalink
Unupdate regtests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tesss24 authored Dec 11, 2023
1 parent 61fd80b commit 784187f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScheduleBuilder/account/regtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from django.test import Client
from unittest.mock import Mock, patch
import requests
from profile.models import *
from account.models import *

@pytest.mark.django_db
def test_create_user():
Expand Down

0 comments on commit 784187f

Please sign in to comment.