We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b1826 commit de05686Copy full SHA for de05686
pytest_flask_sqlalchemy/fixtures.py
@@ -93,7 +93,7 @@ def _engine(pytestconfig, request, _transaction, mocker):
93
94
# Make sure that any attempts to call `connect()` simply return a
95
# reference to the open connection
96
- class EngineMock(mocker.MagickMock):
+ class EngineMock(mocker.MagicMock):
97
pass
98
99
engine = EngineMock(spec=sa.engine.Engine)
0 commit comments