lubianat / pyorcidator

MIT License
9 stars 5 forks source link

Fix date precision for start and end times #52

Closed jvfe closed 1 year ago

jvfe commented 1 year ago

The issue was that the precision value wasn't getting passed to the date qualifier.

This fixes that and adds a test case to ensure it's working now - even though I'm not very familiar with this way of writing test cases.

cthoyt commented 1 year ago

Thanks for picking this up @jvfe 🚀