Skip to content

Commit

Permalink
Fix test due to new timing rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusFranco99 committed Jul 24, 2024
1 parent dec6c6d commit 8a17b77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions message/validation/genesis/validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,7 @@ func Test_ValidateSSVMessage(t *testing.T) {
Signer: 1,
},
},
Slot: slot,
}

sig, err := spectestingutils.NewTestingKeyManager().SignRoot(innerMsg, spectypes.PartialSignatureType, ks.Shares[1].GetPublicKey().Serialize())
Expand Down

0 comments on commit 8a17b77

Please sign in to comment.