fix linter
This commit is contained in:
parent
9dba097a7e
commit
d94a1ed53b
|
|
@ -413,7 +413,7 @@ func TestGetUserGroup(t *testing.T) {
|
||||||
{
|
{
|
||||||
description: "empty chown string",
|
description: "empty chown string",
|
||||||
mock: func(c string, t bool) (uint32, uint32, error) {
|
mock: func(c string, t bool) (uint32, uint32, error) {
|
||||||
return 0, 0, fmt.Errorf("should not be called.")
|
return 0, 0, fmt.Errorf("should not be called")
|
||||||
},
|
},
|
||||||
expectedU: -1,
|
expectedU: -1,
|
||||||
expectedG: -1,
|
expectedG: -1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue