mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 02:09:55 +08:00
Fix ModTime test
This commit is contained in:
parent
492362ec7d
commit
78b03929b7
|
@ -312,7 +312,7 @@ func TestObjectSetModTime(t *testing.T) {
|
|||
obj := findObject(t, file1.Path)
|
||||
obj.SetModTime(newModTime)
|
||||
file1.ModTime = newModTime
|
||||
file1.CheckModTime(t, obj, newModTime, remote.Precision())
|
||||
file1.CheckModTime(t, obj, obj.ModTime(), remote.Precision())
|
||||
// And make a new object and read it from there too
|
||||
TestObjectModTime(t)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user