Skip to content

Commit

Permalink
TST: Updates TestPositionPerformance
Browse files Browse the repository at this point in the history
  • Loading branch information
jfkirk committed Jan 22, 2016
1 parent ece9e59 commit c9c2e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_perf_tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ def setUpClass(cls):
cls.env = TradingEnvironment()
# Sids 1 and 2 are equities, Sid 3 is a future
cls.env.write_data(equities_identifiers=[1, 2],
futures_data={3: {'contract_multiplier': 100}})
futures_data={3: {'multiplier': 100}})

@classmethod
def tearDownClass(cls):
Expand Down

0 comments on commit c9c2e3e

Please sign in to comment.