1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-04 16:37:12 -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()
}