We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a6833 commit f17e7ceCopy full SHA for f17e7ce
cli/ssh_test.go
@@ -261,7 +261,7 @@ func TestSSH(t *testing.T) {
261
client, workspace, agentToken := setupWorkspaceForAgent(t, nil)
262
_, _ = tGoContext(t, func(ctx context.Context) {
263
// Run this async so the SSH command has to wait for
264
- // the build and agent to connect!
+ // the build and agent to connect.
265
agentClient := agentsdk.New(client.URL)
266
agentClient.SetSessionToken(agentToken)
267
agentCloser := agent.New(agent.Options{
@@ -714,7 +714,7 @@ type stdioConn struct {
714
io.Writer
715
}
716
717
-func (c *stdioConn) Close() (err error) {
+func (*stdioConn) Close() (err error) {
718
return nil
719
720
0 commit comments