aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/test_cds.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/test_cds.py')
-rw-r--r--python/tests/test_cds.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tests/test_cds.py b/python/tests/test_cds.py
index 6724065d..ee4f9bb4 100644
--- a/python/tests/test_cds.py
+++ b/python/tests/test_cds.py
@@ -12,7 +12,6 @@ class TestUpfront(unittest.TestCase):
trade_date = datetime.date(2016, 9, 21))
index.notional = 50e6
index.spread = 70
- yc = build_yc(index.trade_date, True)
def test_upfront(self):
self.assertAlmostEqual(-self.index.pv, 685292.81, 2)