Skip to content
Snippets Groups Projects
Commit 47bab040 authored by shen's avatar shen
Browse files

unit test repaired

parent 322fae22
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
package event
import (
"github.com/apache/dubbo-go/common"
"reflect"
"testing"
)
......@@ -116,6 +117,10 @@ func (tel *TestServiceInstancePreRegisteredEventListener) GetEventType() reflect
type ServiceDiscoveryA struct {
}
func (msd *ServiceDiscoveryA) Initialize(registryURL common.URL) error {
return nil
}
// String return mockServiceDiscovery
func (msd *ServiceDiscoveryA) String() string {
return "testServiceDiscovery"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment