mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-11 11:16:15 +08:00
BUG: fixed Python 2 issue
This commit is contained in:
@@ -16,7 +16,7 @@ class TestMarketplace(WithLogger, ZiplineTestCase):
|
||||
|
||||
def test_subscribe(self):
|
||||
marketplace = Marketplace()
|
||||
marketplace.subscribe('marketcap1234')
|
||||
marketplace.subscribe('marketcap2222')
|
||||
pass
|
||||
|
||||
def test_ingest(self):
|
||||
|
||||
Reference in New Issue
Block a user