Skip to content

Commit bbb6363

Browse files
committed
Merge branch 'feature/QPR-13699' into 'master'
QPR-13699: fix test relying on system date Closes QPR-13699 See merge request qs/oreplus!3115
2 parents 7dadc7a + 21a5d05 commit bbb6363

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Examples/ORE-Python/ExampleScripts/ExpectedOutput/dates.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ endDate 2020-06-01
2121
May 1st, 2020
2222
May 6th, 2020
2323
May 11th, 2020
24-
2025-12-24
24+
2020-05-06

Examples/ORE-Python/ExampleScripts/dates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
print(ore.calculateMporDate(mporDays, startDate))
5555
print(ore.calculateMporDate(mporDays, startDate, calendarString))
5656

57-
print(ore.calculateMporDate(mporDays).to_date())
57+
print(ore.calculateMporDate(mporDays, startDate).to_date())
5858

0 commit comments

Comments
 (0)