aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests')
-rw-r--r--python/tests/test_index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/test_index.py b/python/tests/test_index.py
index 0f27fa57..c73e12aa 100644
--- a/python/tests/test_index.py
+++ b/python/tests/test_index.py
@@ -58,7 +58,7 @@ class TestStrike(unittest.TestCase):
def test_pv_setting(self):
self.index.pv = self.index.pv
self.assertAlmostEqual(self.index.spread, 75)
- self.index.direction = "Seller"
+ self.index.direction = "Sell"
self.index.pv = self.index.pv
self.assertAlmostEqual(self.index.spread, 75)