mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-21 19:47:39 +08:00
TUN-6861: Trace ICMP on Windows
This commit is contained in:
@@ -59,7 +59,7 @@ func TestParseEchoReply(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, test := range tests {
|
||||
resp, err := newEchoResp(test.replyBuf)
|
||||
resp, err := newEchoV4Resp(test.replyBuf)
|
||||
if test.expectedReply == nil {
|
||||
require.Error(t, err)
|
||||
require.Nil(t, resp)
|
||||
|
||||
Reference in New Issue
Block a user