1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-28 21:15:46 -05:00

relocate mocks

This commit is contained in:
Darien Raymond
2018-10-23 22:27:45 +02:00
parent 0c6fc2b946
commit 5fc606ce9d
4 changed files with 100 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import (
"v2ray.com/core/common"
"v2ray.com/core/common/net"
"v2ray.com/core/common/session"
"v2ray.com/core/features/mocks"
"v2ray.com/core/testing/mocks"
)
func TestSimpleRouter(t *testing.T) {