MAINT: Renames 'version' table to 'version_info' for clarity

This commit is contained in:
jfkirk
2015-11-12 14:43:11 -05:00
parent 6aac54544e
commit 85dd4b70dd
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1095,7 +1095,7 @@ class TestAssetDBVersioning(TestCase):
def test_check_version(self):
env = TradingEnvironment(load=noop_load)
version_table = env.asset_finder.version
version_table = env.asset_finder.version_info
# This should not raise an error
check_version_info(version_table, ASSET_DB_VERSION)