Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
airblast-dev committed Jun 5, 2024
1 parent 3c337a2 commit ace42b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/requests/test_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async def test_get_plans():
assert type(plans) == StockStatus


async def test_get_pending_oreders():
async def test_get_pending_orders():
pending_orders = await client.fetch_pending_orders()
assert all([type(pending) == PendingServer for pending in pending_orders])

Expand Down

0 comments on commit ace42b5

Please sign in to comment.