File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# !/usr/bin/env python3
22# -*- mode: python; coding: utf-8 -*-
33#
4- # Copyright (C) 2023 Benjamin Thomas Schwertfeger
4+ # Copyright (C) 2025 Benjamin Thomas Schwertfeger
55# All rights reserved.
66# https://github.com/btschwertfeger
77#
Original file line number Diff line number Diff line change @@ -130,15 +130,15 @@ def xstocks_client() -> SpotClient:
130130
131131
132132@pytest .fixture (scope = "session" )
133- def xstocks_market_client () -> SpotClient :
133+ def xstocks_market_client () -> Market :
134134 """
135135 Fixture providing an authenticated Spot client.
136136 """
137137 return Market (key = XSTOCKS_API_KEY , secret = XSTOCKS_SECRET_KEY , url = XSTOCKS_API_URL )
138138
139139
140140@pytest .fixture (scope = "session" )
141- def xstocks_trade_client () -> SpotClient :
141+ def xstocks_trade_client () -> Trade :
142142 """
143143 Fixture providing an authenticated Spot client.
144144 """
You can’t perform that action at this time.
0 commit comments