We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abaf65 commit 8b53fe2Copy full SHA for 8b53fe2
test_rest/test_tickers.py
@@ -14,6 +14,7 @@
14
15
class TickersTest(BaseTest):
16
def test_list_tickers(self):
17
+ tickers = [t for t in self.c.list_tickers()]
18
expected = [
19
Ticker(
20
active=True,
0 commit comments