There was an error while loading. Please reload this page.
1 parent 2c00eba commit ff8120fCopy full SHA for ff8120f
1 file changed
tests/test_ibkr_runtime_inputs.py
@@ -13,7 +13,8 @@
13
14
class IbkrRuntimeInputsTests(unittest.TestCase):
15
def test_build_market_history_inputs_wraps_loader(self) -> None:
16
- loader = lambda *_args, **_kwargs: None
+ def loader(*_args, **_kwargs):
17
+ return None
18
19
payload = build_market_history_inputs(loader)
20
0 commit comments