We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35a67e commit 9559434Copy full SHA for 9559434
miner/miner_test.go
@@ -219,7 +219,8 @@ func TestParentGridFail(t *testing.T) {
219
}
220
221
assert.True(t, len(chain.dropBlks) > 0)
222
- chain.logMatcher.match("SLASH FILTER ERROR: produced block would trigger 'parent-grinding fault'")
+ chain.logMatcher.match("SLASH FILTER ERROR: produced block would trigger")
223
+ chain.logMatcher.match("parent-grinding fault")
224
225
226
func TestSameHeight(t *testing.T) {
0 commit comments