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 merge requests found
......@@ -19,10 +19,13 @@ package zookeeper
import (
"context"
"testing"
)
import (
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/remoting"
"github.com/stretchr/testify/assert"
"testing"
)
func Test_DataChange(t *testing.T) {
......
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