Code review comment for lp:~pkunal-parmar/ubuntu-calendar-app/TapToCreateEvent

Revision history for this message
Alan Pope 🍺🐧🐱 πŸ¦„ (popey) wrote :

testtools.matchers._impl.MismatchError: !=:
reference = datetime.datetime(2015, 4, 12, 22, 0)
actual = datetime.datetime(2015, 4, 12, 21, 30)

So we create an event on the half hour but the test always assumes it's on the hour, so that needs fixing.

review: Needs Fixing

« Back to merge proposal