Skip to content

Commit

Permalink
Update pkg/storage/utils/decomposedfs/testhelpers/helpers.go
Browse files Browse the repository at this point in the history
Co-authored-by: David Christofas <dchristofas@posteo.de>
  • Loading branch information
micbar and C0rby authored Oct 18, 2021
1 parent e99ac39 commit e77005b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/utils/decomposedfs/testhelpers/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func NewTestEnv() (*TestEnv, error) {
if err != nil {
return nil, err
}
if err := xattr.Set(h.InternalPath(), xattrs.SpaceNameAttr, []byte("username")); err != nil {
if err := h.SetMetadata(xattrs.SpaceNameAttr, []byte("username")); err != nil {
return nil, err
}
if err != nil {
Expand Down

0 comments on commit e77005b

Please sign in to comment.