Skip to content

Commit

Permalink
✅ added testing for mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Jul 3, 2023
1 parent a39429e commit 0da7314
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ async def test_mapping_order(
print(result)
assert settings.instrument_mapping == True
assert result["instrument"] == result_crypto_order["instrument"]
assert int(result["quantity"]) == 10
assert type(result["timestamp"] is datetime)

@pytest.mark.asyncio
Expand Down

0 comments on commit 0da7314

Please sign in to comment.