Merge pull request #2465 from whs-dot-hk/fix-test-metadata-changed

Fix test metadata changed
This commit is contained in:
rawtaz 2019-11-26 21:42:42 +01:00 committed by GitHub
commit 6e85a58045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2064,6 +2064,8 @@ func TestMetadataChanged(t *testing.T) {
want.Path = ""
want.ExtendedAttributes = nil
want.AccessTime = want.ModTime
// make sure that metadata was recorded successfully
if !cmp.Equal(want, node2) {
t.Fatalf("metadata does not match:\n%v", cmp.Diff(want, node2))