Skip to content

Commit 6f784b5

Browse files
committed
update test exercise
1 parent 5712c63 commit 6f784b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_user_exercise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from app.routers.user_exercise import create_user_exercise,\
22
does_user_exercise_exist, get_user_exercise
3-
from app.routers.register import _create_user
3+
from app.internal.user.user import _create_user
44

55

66
class TestUserExercise:

0 commit comments

Comments
 (0)