1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 18:17:52 -05:00
v2fly/testing/scenarios/common_instanceMgr_test.go

8 lines
114 B
Go
Raw Normal View History

package scenarios
import "testing"
func TestInstanceMgrInit(t *testing.T) {
NewInstanceManagerCoreInstance()
}