forked from cerc-io/plugeth
Added empty string testReorgLong() to enable TestReorgLongHeadersHook to pass.
This commit is contained in:
parent
eaf3fe14cc
commit
c47808fb91
@ -22,7 +22,7 @@ func TestReorgLongHeadersHook(t *testing.T) {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
defer done()
|
defer done()
|
||||||
testReorgLong(t, true)
|
testReorgLong(t, true, "")
|
||||||
if !invoked {
|
if !invoked {
|
||||||
t.Errorf("Expected plugin invocation")
|
t.Errorf("Expected plugin invocation")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user