Skip to content
Snippets Groups Projects
Commit 402ae86c authored by amudong's avatar amudong
Browse files

gofmt nacos client_test

parent f1fc139b
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ func Test_newNacosClient(t *testing.T) {
c.wg.Add(1)
go HandleClientRestart(c)
go func() {
time.Sleep(time.Second*10)
time.Sleep(time.Second)
c.client.Close()
}()
<-c.client.Done()
......
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