diff options
Diffstat (limited to 'python/tests')
| -rw-r--r-- | python/tests/test_index.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/test_index.py b/python/tests/test_index.py index 1d0bde77..edf15a4c 100644 --- a/python/tests/test_index.py +++ b/python/tests/test_index.py @@ -11,7 +11,7 @@ import pickle class TestPickle(unittest.TestCase): index = Index.from_name("ig", 26, "5yr", - trade_date = datetime.date(2016, 7, 1)) + trade_date=datetime.date(2016, 7, 1)) index.notional = 50e6 index.spread = 75 |
