aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/test_yieldcurve.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/test_yieldcurve.py')
-rw-r--r--python/tests/test_yieldcurve.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/test_yieldcurve.py b/python/tests/test_yieldcurve.py
index d14d6d4d..ef1c3169 100644
--- a/python/tests/test_yieldcurve.py
+++ b/python/tests/test_yieldcurve.py
@@ -71,7 +71,7 @@ class TestYieldCurve(unittest.TestCase):
def test_sofr_curve(self):
yc = YC(evaluation_date=datetime.date(2022, 5, 9), curve_type="OIS")
jp_yc = ql_to_jp(yc)
- self.assertEqual(hash(jp_yc), -715350334549909076)
+ self.assertEqual(hash(jp_yc), -7819183656360586799)
if __name__ == "__main__":