fix in comments.

This commit is contained in:
Erik Brakkee 2024-08-22 00:05:43 +02:00
parent 3d46ee6c10
commit b37fb4bc67

View File

@ -12,7 +12,7 @@ func (s *AgentServerTestSuite) Test_clientIdPassedAsLocalAddr() {
listener := NewAgentListener(agentChannel.Session)
connection, err := listener.Accept()
s.Nil(err)
// clientId identifyable as remote addr
// clientId identifyable as local addr
s.Equal(clientId, connection.LocalAddr().String())
return nil
},