mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-17 09:56:18 -05:00
fix test break
This commit is contained in:
parent
7a31e7a0c2
commit
3423adaea4
@ -17,5 +17,5 @@ func TestDefaultIPAddress(t *testing.T) {
|
||||
"auth": "noauth"
|
||||
}`))
|
||||
assert.Error(err).IsNil()
|
||||
assert.Address(socksConfig.(*ServerConfig).Address.AsAddress()).EqualsString("127.0.0.1")
|
||||
assert.Address(socksConfig.(*ServerConfig).GetNetAddress()).EqualsString("127.0.0.1")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user