mirror of
https://github.com/rclone/rclone
synced 2025-03-21 03:04:23 +01:00

We changed the precision of the onedrive personal backend in c053429b9c0bbca5 from 1mS to 1S. However the tests did not get updated. This changes the time tests to use `fstest.AssertTimeEqualWithPrecision` which compares with precision so hopefully won't break again.