Skip to content

Commit 9c9796d

Browse files
committed
fix test
1 parent 28a8d74 commit 9c9796d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dot/sync/test_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import (
4545
func NewMockFinalityGadget() *syncmocks.FinalityGadget {
4646
m := new(syncmocks.FinalityGadget)
4747
// using []uint8 instead of []byte: https://github.com/stretchr/testify/pull/969
48-
m.On("VerifyBlockJustification", mock.AnythingOfType("[]uint8")).Return(nil)
48+
m.On("VerifyBlockJustification", mock.AnythingOfType("common.Hash"), mock.AnythingOfType("[]uint8")).Return(nil)
4949
return m
5050
}
5151

0 commit comments

Comments
 (0)