Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnovichek committed Feb 28, 2025
1 parent 47d7518 commit b939b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion margin_app/app/tests/api/liquidation.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async def mock_liquidate_position(
raise Exception(error_message)

monkeypatch.setattr(
"app.api.liquidation.liquidation_crud.liquidate_position",
"app.crud.liquidation.liquidation_crud.liquidate_position",
mock_liquidate_position,
)

Expand Down

0 comments on commit b939b33

Please sign in to comment.