mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-03 07:45:29 -05:00
add interface for socks config
This commit is contained in:
@@ -41,7 +41,7 @@ func TestBuildAndRun(t *testing.T) {
|
||||
errStr := string(errBuffer.Bytes())
|
||||
|
||||
assert.Bool(strings.Contains(outStr, "v1.0")).IsTrue()
|
||||
assert.Int(len(errStr)).Equals(0)
|
||||
assert.StringLiteral(errStr).Equals("")
|
||||
|
||||
os.Remove(target)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user