BUG: fixed issue with incremental ingestion

This commit is contained in:
Frederic Fortier
2018-02-14 13:37:51 -05:00
parent 8072ded532
commit 041665dee1
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class TestMarketplace(WithLogger, ZiplineTestCase):
def test_ingest(self):
marketplace = Marketplace()
ds_def = marketplace.ingest('marketcap1234')
ds_def = marketplace.ingest('github')
pass
def test_publish(self):