Fix test break

This commit is contained in:
Darien Raymond 2017-01-28 23:35:02 +01:00
parent f6e0d08d34
commit e9600f0aa5
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
2 changed files with 0 additions and 4 deletions

View File

@ -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()

View File

@ -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