fix in comments.

This commit is contained in:
Erik Brakkee 2024-08-22 00:05:43 +02:00
parent 0bc3548354
commit fd3c3eb50a

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
},