Skip to content
Snippets Groups Projects
Commit f6e62687 authored by scott.wang's avatar scott.wang
Browse files

fmt project

parent 4576e924
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ type ClientTestSuite struct { ...@@ -56,7 +56,7 @@ type ClientTestSuite struct {
heartbeat int heartbeat int
} }
etcd *embed.Etcd etcd *embed.Etcd
client *Client client *Client
} }
...@@ -66,7 +66,7 @@ func (suite *ClientTestSuite) SetupSuite() { ...@@ -66,7 +66,7 @@ func (suite *ClientTestSuite) SetupSuite() {
t := suite.T() t := suite.T()
DefaultListenPeerURLs := "http://localhost:2382" DefaultListenPeerURLs := "http://localhost:2382"
DefaultListenClientURLs := "http://localhost:2381" DefaultListenClientURLs := "http://localhost:2381"
lpurl, _ := url.Parse(DefaultListenPeerURLs) lpurl, _ := url.Parse(DefaultListenPeerURLs)
lcurl, _ := url.Parse(DefaultListenClientURLs) lcurl, _ := url.Parse(DefaultListenClientURLs)
......
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