fix in comments.
This commit is contained in:
parent
0bc3548354
commit
fd3c3eb50a
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user