diff --git a/internal/errors/file_test.go b/internal/errors/file_test.go index 513dddf7e6e..b3c41e58ec1 100644 --- a/internal/errors/file_test.go +++ b/internal/errors/file_test.go @@ -73,7 +73,7 @@ func TestErrFileAlreadyExists(t *testing.T) { } tests := []test{ { - name: "returns error when compression path is 'metadata.json'", + name: "returns error when the file path is 'metadata.json'", args: args{ path: "metadata.json", }, @@ -82,7 +82,7 @@ func TestErrFileAlreadyExists(t *testing.T) { }, }, { - name: "returns error when compression path is empty", + name: "returns error when the file path is empty", args: args{ path: "", },