mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-12 11:50:11 +08:00
MAINT: Removes exchange_id and root_symbol_id columns from AssetDB
This commit is contained in:
@@ -290,7 +290,7 @@ class AssetFinderTestCase(TestCase):
|
||||
'sid': i,
|
||||
'symbol': 'TEST@%d' % i,
|
||||
'company_name': "company%d" % i,
|
||||
'start_date_': as_of.value,
|
||||
'start_date': as_of.value,
|
||||
'end_date': as_of.value,
|
||||
'exchange': uuid.uuid4().hex,
|
||||
'fuzzy': 'TEST%d' % i
|
||||
@@ -574,7 +574,6 @@ class AssetFinderTestCase(TestCase):
|
||||
'notice_date': pd.Timestamp('2015-11-16', tz='UTC'),
|
||||
'start_date': pd.Timestamp('2015-08-01', tz='UTC')
|
||||
},
|
||||
|
||||
}
|
||||
self.env.write_data(futures_data=metadata)
|
||||
finder = AssetFinder(self.env.engine)
|
||||
|
||||
Reference in New Issue
Block a user