forked from TrueCloudLab/rclone
Fix ModTime test
This commit is contained in:
parent
492362ec7d
commit
78b03929b7
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ func TestObjectSetModTime(t *testing.T) {
|
||||||
obj := findObject(t, file1.Path)
|
obj := findObject(t, file1.Path)
|
||||||
obj.SetModTime(newModTime)
|
obj.SetModTime(newModTime)
|
||||||
file1.ModTime = 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
|
// And make a new object and read it from there too
|
||||||
TestObjectModTime(t)
|
TestObjectModTime(t)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue