Skip to content

Commit 8b53fe2

Browse files
chaig15jbonzo
authored andcommitted
fix list tickers
1 parent 8abaf65 commit 8b53fe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test_rest/test_tickers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
class TickersTest(BaseTest):
1616
def test_list_tickers(self):
17+
tickers = [t for t in self.c.list_tickers()]
1718
expected = [
1819
Ticker(
1920
active=True,

0 commit comments

Comments
 (0)