You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/06/16 02:43:09 UTC

[GitHub] [dubbo-go] AlexStocks commented on a change in pull request #601: Imp: Zk client

AlexStocks commented on a change in pull request #601:
URL: https://github.com/apache/dubbo-go/pull/601#discussion_r440553941



##########
File path: remoting/zookeeper/client_test.go
##########
@@ -18,14 +18,17 @@
 package zookeeper
 
 import (
-	"fmt"
 	"testing"
 	"time"
 )
 
 import (
 	"github.com/dubbogo/go-zookeeper/zk"
-	"github.com/stretchr/testify/assert"
+	"github.com/stretchr/testify/require"

Review comment:
       However, it is impossible that we test the same error case in one Testxxx.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org