Skip to content

Commit

Permalink
fixing pytest issues mem0ai#2
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavPuranik committed Jul 27, 2024
1 parent 6184dfe commit 7e16a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions embedchain/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ def disable_telemetry():


@pytest.fixture(autouse=True)
def mock_alembic_command():
with mock.patch("alembic.command.upgrade") as mock_alembic:
def mock_alembic_command_upgrade():
with mock.patch("alembic.command.upgrade"):
yield

0 comments on commit 7e16a85

Please # to comment.