mirror of
https://github.com/rclone/rclone.git
synced 2025-07-13 10:45:33 +02:00
We changed the precision of the onedrive personal backend in
c053429b9c
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.