mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
consensus/WAL: benchmark WALDecode across data sizes
This commit is contained in:
@ -134,7 +134,7 @@ func TestRmBadTx(t *testing.T) {
|
||||
checkTxRespCh <- struct{}{}
|
||||
})
|
||||
if err != nil {
|
||||
t.Fatal("Error after CheckTx: %v", err)
|
||||
t.Fatalf("Error after CheckTx: %v", err)
|
||||
}
|
||||
|
||||
// check for the tx
|
||||
|
Reference in New Issue
Block a user