fix linter

This commit is contained in:
Tejal Desai 2020-02-04 18:11:18 -08:00
parent 9dba097a7e
commit d94a1ed53b
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ func TestGetUserGroup(t *testing.T) {
{
description: "empty chown string",
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,
expectedG: -1,