mirror of https://github.com/v2ray/v2ray-core
fix log test
parent
bc1979400e
commit
df34931ab3
|
@ -28,5 +28,5 @@ func TestLogRecord(t *testing.T) {
|
||||||
Content: net.ParseAddress(ip),
|
Content: net.ParseAddress(ip),
|
||||||
})
|
})
|
||||||
|
|
||||||
assert(logger.value, Equals, "[Error]: "+ip)
|
assert(logger.value, Equals, "[Error] "+ip)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue