You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed tests: testPadDateStr(org.archive.wayback.util.TimestampTest): padEnd expected:<...28...> but was:<...31...>
This is happening because Timestamp.getDaysInMonthBound has a bug in it which doesn't return back the correct maximum day of the month for months which don't have a 29th, 30th and 31st e.g. February. We've fixed it and will do a pull request.
The text was updated successfully, but these errors were encountered:
Hi guys, I'm getting the following test failure:
Failed tests: testPadDateStr(org.archive.wayback.util.TimestampTest): padEnd expected:<...28...> but was:<...31...>
This is happening because Timestamp.getDaysInMonthBound has a bug in it which doesn't return back the correct maximum day of the month for months which don't have a 29th, 30th and 31st e.g. February. We've fixed it and will do a pull request.
The text was updated successfully, but these errors were encountered: