Skip to content

Commit fc55058

Browse files
committed
test tidy
1 parent e8fb97b commit fc55058

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

consensus/oracle/plugin_value_consensus_test.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func Test_ReceivedAllObservationsFromAllNodes(t *testing.T) {
142142
ctx := t.Context()
143143

144144
md1 := newRequestMetaData()
145-
// md2 := newRequestMetaData()
145+
md2 := newRequestMetaData()
146146

147147
md1.KeyBundleID = "evm"
148148

@@ -155,13 +155,13 @@ func Test_ReceivedAllObservationsFromAllNodes(t *testing.T) {
155155
verifyValueConsensusReport(t, report, infos, values.NewInt64(40), "evm")
156156
}},
157157

158-
// md2.RequestID(): {requests: []*oracle.ConsensusRequest{
159-
// newCr(110, md2), newCr(120, md2), newCr(130, md2),
160-
// newCr(140, md2), newCr(150, md2), newCr(160, md2),
161-
// newCr(170, md2)},
162-
// verifyReport: func(t *testing.T, report ocr3types.ReportPlus[[]byte], infos *structpb.Struct) {
163-
// verifyValueConsensusReport(t, report, infos, values.NewInt64(140), "")
164-
// }},
158+
md2.RequestID(): {requests: []*oracle.ConsensusRequest{
159+
newCr(t, 110, md2), newCr(t, 120, md2), newCr(t, 130, md2),
160+
newCr(t, 140, md2), newCr(t, 150, md2), newCr(t, 160, md2),
161+
newCr(t, 170, md2)},
162+
verifyReport: func(t *testing.T, report ocr3types.ReportPlus[[]byte], infos *structpb.Struct) {
163+
verifyValueConsensusReport(t, report, infos, values.NewInt64(140), "")
164+
}},
165165
}
166166

167167
runProtocolRoundTests(ctx, t, lggr, n, f, batchSize, reqToObservations)

0 commit comments

Comments
 (0)