mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-20 16:26:23 -05: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.Int(nBytes).Equals(len(payload))
|
||||
|
||||
conn.CloseWrite()
|
||||
|
||||
expectedResponse := "Processed: " + payload
|
||||
finished := false
|
||||
response := buf.New()
|
||||
|
@ -41,8 +41,6 @@ func TestShadowsocksTCP(t *testing.T) {
|
||||
assert.Error(err).IsNil()
|
||||
assert.Int(nBytes).Equals(len(payload))
|
||||
|
||||
//conn.CloseWrite()
|
||||
|
||||
response := buf.New()
|
||||
finished := false
|
||||
expectedResponse := "Processed: " + payload
|
||||
|
Loading…
Reference in New Issue
Block a user