mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 04:41:22 +00:00
Fix tests; Tests run in their own directory
This commit is contained in:
@ -50,8 +50,6 @@ func TestReplayCatchup(t *testing.T) {
|
||||
t.Fatalf("Error on catchup replay %v", err)
|
||||
}
|
||||
|
||||
cs.enterNewRound(cs.Height, cs.Round)
|
||||
|
||||
after := time.After(time.Second * 2)
|
||||
select {
|
||||
case <-newBlockCh:
|
||||
|
Reference in New Issue
Block a user