Skip to content

Commit 9559434

Browse files
committed
fix(CI): miner test
1 parent d35a67e commit 9559434

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

miner/miner_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ func TestParentGridFail(t *testing.T) {
219219
}
220220

221221
assert.True(t, len(chain.dropBlks) > 0)
222-
chain.logMatcher.match("SLASH FILTER ERROR: produced block would trigger 'parent-grinding fault'")
222+
chain.logMatcher.match("SLASH FILTER ERROR: produced block would trigger")
223+
chain.logMatcher.match("parent-grinding fault")
223224
}
224225

225226
func TestSameHeight(t *testing.T) {

0 commit comments

Comments
 (0)