Skip to content

Commit e44a26e

Browse files
authored
Merge pull request #22 from katrinaalaimo/patch-2
Update account_tests.py
2 parents 5280da5 + 545a2a2 commit e44a26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ch14_testing/final/tests/account_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from pypi_org.data.users import User
44
from pypi_org.viewmodels.account.register_viewmodel import RegisterViewModel
5-
from tests.test_client import flask_app, client
5+
from tests.test_client import flask_app
66
import unittest.mock
77

88

0 commit comments

Comments
 (0)