mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-01 00:31:21 +00:00
fuzz example
This commit is contained in:
parent
10dccfe0c5
commit
5c5a10b20c
@ -42,7 +42,7 @@ func FuzzPromoteStep(f *testing.F) {
|
||||
// t.Fatalf("Pending best too small %b", best.SubPool)
|
||||
//}
|
||||
if worst != nil && worst.SubPool < 0b11000 {
|
||||
t.Fatalf("Pending worst too small %b,%b", worst.SubPool, s1)
|
||||
t.Fatalf("Pending worst too small %b, input: %b", worst.SubPool, s1)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user