Skip to content
Snippets Groups Projects
Commit dc0afced authored by AlexStocks's avatar AlexStocks
Browse files

Mod: format registry/zookeeper/listener_test.go imports

parent 847d890c
No related branches found
No related tags found
No related merge requests found
...@@ -19,10 +19,13 @@ package zookeeper ...@@ -19,10 +19,13 @@ package zookeeper
import ( import (
"context" "context"
"testing"
)
import (
"github.com/apache/dubbo-go/common" "github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/remoting" "github.com/apache/dubbo-go/remoting"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"testing"
) )
func Test_DataChange(t *testing.T) { func Test_DataChange(t *testing.T) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment