cfpb / hmda-platform

The HMDA Submission backend applications.
Creative Commons Zero v1.0 Universal
103 stars 94 forks source link

Fix leap year bug in QuarterTimeBarrier #4757

Closed jaredb96 closed 6 months ago

jaredb96 commented 6 months ago

There was a bug caught in the unit tests for the QuarterTimeBarrier class which tried to create a 366th day for a year that isn't a leap year. This PR is to fix that bug.