Fix formatting in client_test.go comments for linter

This commit is contained in:
bagtoad 2024-11-27 14:19:27 -07:00
parent 1fe14c956d
commit 76f1553fb9

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{