Skip to content

Commit 17a9737

Browse files
farahkhashmanjenkins
authored andcommitted
Merge branch 'QPR-13377' into 'master'
QPR-13377 add evaluation date to test Closes QPR-13377 See merge request qs/oreplus!2756
1 parent ed16996 commit 17a9737

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ORE-SWIG/test/test_instruments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class CrossCcyBasisSwapTest(unittest.TestCase):
1010
def setUp(self):
1111
""" Set-up CrossCcyBasisSwap """
1212
self.todays_date = Date(11, November, 2018)
13+
Settings.instance().evaluationDate = self.todays_date
1314
self.pay_nominal = 10000000
1415
self.rec_nominal = 12000000
1516
self.pay_currency = USDCurrency()

0 commit comments

Comments
 (0)