Merge pull request #9969 from cli/kw/fix-formatting-for-linter-git-client_test.go

Fix formatting in `git/client_test.go` comments for linter
This commit is contained in:
Andy Feller 2024-11-27 16:32:02 -05:00 committed by GitHub
commit 9983939d53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1655,7 +1655,7 @@ func createMockedCommandContext(t *testing.T, commands mockedCommands) commandCt
marshaledCommands, err := json.Marshal(commands)
require.NoError(t, err)
// invokes helper within current test binary, emulating desired behavior
// invokes helper within current test binary, emulating desired behavior
return func(ctx context.Context, exe string, args ...string) *exec.Cmd {
cmd := exec.CommandContext(context.Background(), os.Args[0], "-test.run=TestCommandMocking", "--")
cmd.Env = []string{