1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-27 20:45:28 -05:00
This commit is contained in:
Darien Raymond
2018-02-22 10:34:14 +01:00
parent 1077e33d62
commit 7e6b45ace4
3 changed files with 5 additions and 5 deletions

View File

@@ -170,7 +170,7 @@ func TestCommanderAddRemoveUser(t *testing.T) {
}),
serial.ToTypedMessage(&policy.Config{
Level: map[uint32]*policy.Policy{
0: &policy.Policy{
0: {
Timeout: &policy.Policy_Timeout{
UplinkOnly: &policy.Second{Value: 0},
DownlinkOnly: &policy.Second{Value: 0},
@@ -224,7 +224,7 @@ func TestCommanderAddRemoveUser(t *testing.T) {
App: []*serial.TypedMessage{
serial.ToTypedMessage(&policy.Config{
Level: map[uint32]*policy.Policy{
0: &policy.Policy{
0: {
Timeout: &policy.Policy_Timeout{
UplinkOnly: &policy.Second{Value: 0},
DownlinkOnly: &policy.Second{Value: 0},