We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d88fc9 commit e7d12a0Copy full SHA for e7d12a0
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