1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-30 05:55:20 -05:00

refactor core

This commit is contained in:
Darien Raymond
2017-02-10 16:25:54 +01:00
parent e57124ab87
commit a32063dfb5
5 changed files with 27 additions and 8 deletions

View File

@@ -58,8 +58,8 @@ func TestV2RayClose(t *testing.T) {
},
}
point, err := NewPoint(config)
server, err := New(config)
assert.Error(err).IsNil()
point.Close()
server.Close()
}