File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ func (suite *syncContainerTestSuite) TestSetDirsAttrs() {
227227 updateObjectInput := & v3io.UpdateObjectInput {}
228228 updateObjectInput .Path = fmt .Sprintf ("%sdir-test/" , path )
229229 layout := "2006-01-02T15:04:05.00Z"
230- atime , err := time .Parse (layout , "2020-11-22T19:27:33.49Z " )
230+ atime , err := time .Parse (layout , "2020-11-22T19:27:33.00Z " )
231231 suite .Require ().NoError (err )
232232 ctime , err := time .Parse (layout , "2020-09-20T15:10:35.08Z" )
233233 suite .Require ().NoError (err )
Original file line number Diff line number Diff line change @@ -212,11 +212,11 @@ type DirAttributes struct {
212212 UID int `json:"uid"`
213213 GID int `json:"gid"`
214214 AtimeSec int `json:"atime.sec,omitempty"`
215- AtimeNSec int `json:"atime.nsec,omitempty "`
215+ AtimeNSec int `json:"atime.nsec"`
216216 CtimeSec int `json:"ctime.sec,omitempty"`
217- CtimeNSec int `json:"ctime.nsec,omitempty "`
217+ CtimeNSec int `json:"ctime.nsec"`
218218 MtimeSec int `json:"mtime.sec,omitempty"`
219- MtimeNSec int `json:"mtime.nsec,omitempty "`
219+ MtimeNSec int `json:"mtime.nsec"`
220220}
221221
222222//
You can’t perform that action at this time.
0 commit comments