Closed alvarobartt closed 2 years ago
to_date
https://github.com/alvarobartt/investiny/issues/28
If the above checkbox is checked, describe how you unit-tested it.
All the from_date and to_date fixtures defined have been updated so as to exactly match the first and the last entries of the retrieved data using historical_data, respectively.
from_date
historical_data
Thanks @darekkot for spotting this issue in the latest release! :hugs:
๐ Bug Fixes
to_date
param handling whento_date
is specified and matches current date๐ Linked Issue
https://github.com/alvarobartt/investiny/issues/28
๐งช Tests
If the above checkbox is checked, describe how you unit-tested it.
All the
from_date
andto_date
fixtures defined have been updated so as to exactly match the first and the last entries of the retrieved data usinghistorical_data
, respectively.