Skip to content

Commit

Permalink
Fix blinded proposer runner test
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusFranco99 committed Feb 13, 2024
1 parent a803045 commit 5c7e018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ssv/spectest/generate/tests.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func InvalidThenQuorum() tests.SpecTest {
PostDutyRunnerState: invalidThenQuorumBlindedProposerSC(version).ExpectedState,
OutputMessages: []*types.SignedPartialSignatureMessage{},
BeaconBroadcastedRoots: []string{
testingutils.GetSSZRootNoError(testingutils.TestingSignedBeaconBlockV(ks, version)),
testingutils.GetSSZRootNoError(testingutils.TestingSignedBlindedBeaconBlockV(ks, version)),
},
DontStartDuty: true,
ExpectedError: expectedError,
Expand Down

0 comments on commit 5c7e018

Please sign in to comment.