mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-04-22 02:42:49 -04:00
Fix test break
This commit is contained in:
parent
f6e0d08d34
commit
e9600f0aa5
@ -41,8 +41,6 @@ func TestDynamicVMess(t *testing.T) {
|
|||||||
assert.Error(err).IsNil()
|
assert.Error(err).IsNil()
|
||||||
assert.Int(nBytes).Equals(len(payload))
|
assert.Int(nBytes).Equals(len(payload))
|
||||||
|
|
||||||
conn.CloseWrite()
|
|
||||||
|
|
||||||
expectedResponse := "Processed: " + payload
|
expectedResponse := "Processed: " + payload
|
||||||
finished := false
|
finished := false
|
||||||
response := buf.New()
|
response := buf.New()
|
||||||
|
@ -41,8 +41,6 @@ func TestShadowsocksTCP(t *testing.T) {
|
|||||||
assert.Error(err).IsNil()
|
assert.Error(err).IsNil()
|
||||||
assert.Int(nBytes).Equals(len(payload))
|
assert.Int(nBytes).Equals(len(payload))
|
||||||
|
|
||||||
//conn.CloseWrite()
|
|
||||||
|
|
||||||
response := buf.New()
|
response := buf.New()
|
||||||
finished := false
|
finished := false
|
||||||
expectedResponse := "Processed: " + payload
|
expectedResponse := "Processed: " + payload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user