fixes from review

This commit is contained in:
Ethan Buchman
2017-05-15 12:59:44 -04:00
parent d82c7edf3a
commit 5dabeffb35
4 changed files with 11 additions and 9 deletions
+1 -2
View File
@@ -27,11 +27,10 @@ func TestChainAware(t *testing.T) {
// Connect to the socket
client := abcicli.NewSocketClient("unix://test.sock", false)
client.SetLogger(log.TestingLogger().With("module", "abci-client"))
if _, err := client.Start(); err != nil {
t.Fatalf("Error starting socket client: %v", err.Error())
}
client.SetLogger(log.TestingLogger().With("module", "abci-client"))
client.Start()
defer client.Stop()
n := uint64(5)