This is an automated email from the ASF dual-hosted git repository.
wuxinfan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/develop by this push:
new 51fdc4223 fix go test error (#2903)
51fdc4223 is described below
commit 51fdc4223a6ff74d11d3acf176c75c3d060dc3a2
Author: marsevilspirit <[email protected]>
AuthorDate: Thu May 29 23:26:33 2025 +0800
fix go test error (#2903)
---
registry/nacos/service_discovery_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/registry/nacos/service_discovery_test.go
b/registry/nacos/service_discovery_test.go
index edc9d4893..d6b3f78f5 100644
--- a/registry/nacos/service_discovery_test.go
+++ b/registry/nacos/service_discovery_test.go
@@ -120,7 +120,7 @@ func TestFunction(t *testing.T) {
}
func TestBatchRegisterInstances(t *testing.T) {
- extension.SetProtocol("mock", func() protocol.Protocol {
+ extension.SetProtocol("mock", func() base.Protocol {
return &mockProtocol{}
})
var urls []*common.URL