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
Make equality fuzzy in TestGetWithin (louketo#631)
This should prevent a sporadic test failure when the time.Now() value in the
test initialization doesn't match with the time.Now() inside the getWithin
function.
Fixeslouketo#631