Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tejal29 committed Feb 6, 2020
1 parent 9dba097 commit d94a1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/commands/copy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d94a1ed

Please sign in to comment.