mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-04-21 17:01:35 +00:00
fix test break
This commit is contained in:
@@ -21,6 +21,12 @@ func (d *TestDispatcher) Dispatch(ctx context.Context, dest net.Destination) (ra
|
||||
return d.OnDispatch(ctx, dest)
|
||||
}
|
||||
|
||||
func (d *TestDispatcher) Start() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (d *TestDispatcher) Close() {}
|
||||
|
||||
func TestSameDestinationDispatching(t *testing.T) {
|
||||
assert := With(t)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user