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:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user