Skip to content

Commit 4b2894d

Browse files
Revert changes made below tests
1 parent c134886 commit 4b2894d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tests/futures/test_futures_trade.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,17 @@ def _run_before_and_after_tests(futures_demo_trade: Trade) -> Generator:
3333
sleep(0.25)
3434

3535

36-
@pytest.mark.wip
3736
@pytest.mark.futures
3837
@pytest.mark.futures_auth
3938
@pytest.mark.futures_trade
4039
def test_get_fills(futures_demo_trade: Trade) -> None:
41-
"""Checks the ``get_fills`` endpoint."""
40+
"""
41+
Checks the ``get_fills`` endpoint.
42+
"""
4243
assert is_success(futures_demo_trade.get_fills())
43-
# assert is_success(
44-
# futures_demo_trade.get_fills(lastFillTime="2024-08-27T17:03:33.196Z"),
45-
# )
44+
assert is_success(
45+
futures_demo_trade.get_fills(lastFillTime="2020-07-21T12:41:52.790Z"),
46+
)
4647

4748

4849
@pytest.mark.futures

0 commit comments

Comments
 (0)