mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 21:31:23 +00:00
fixes from Jae's review
1. remove pointer 2. add Quit() method to Service interface
This commit is contained in:
@ -41,7 +41,7 @@ func TestNodeStartStop(t *testing.T) {
|
||||
}()
|
||||
|
||||
select {
|
||||
case <-n.Quit:
|
||||
case <-n.Quit():
|
||||
case <-time.After(5 * time.Second):
|
||||
t.Fatal("timed out waiting for shutdown")
|
||||
}
|
||||
|
Reference in New Issue
Block a user