mirror of https://github.com/v2ray/v2ray-core
fix test break
parent
9d95b9ebae
commit
242624de96
|
@ -28,6 +28,14 @@ func (this *TestUser) Level() vmess.UserLevel {
|
||||||
return this.level
|
return this.level
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (this *TestUser) AlterIDs() []*vmess.ID {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
|
func (this *TestUser) AnyValidID() *vmess.ID {
|
||||||
|
return this.id
|
||||||
|
}
|
||||||
|
|
||||||
func TestVMessSerialization(t *testing.T) {
|
func TestVMessSerialization(t *testing.T) {
|
||||||
v2testing.Current(t)
|
v2testing.Current(t)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue