Happy Leap Year! (DogPatch failed tests)

Hey guys if you have 4 tests failing for DogPatch right now, its because its a leap year so there’s actually 366 days this year and the app has 365 in it :slight_smile:

If you open TimeInterval+Calendar.swift and set years to ’ return self * 366.days’ you should have all passing tests again

Welcome to the community @h2whoa! Thank you for sharing that tip.