Skip to content

Commit

Permalink
add test message
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Jul 18, 2024
1 parent aba6bc4 commit 6b8ae3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/pkg/chainlink/ocr2/medianreport/report_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func TestBuildReportNoObserversOverflow(t *testing.T) {
observersBig := starknetutils.BytesToBig(observersBytes)

// encoded observers felt is less than max felt
assert.Equal(t, -1, observersBig.Cmp(curve.Curve.P))
assert.Equal(t, -1, observersBig.Cmp(curve.Curve.P), "observers should be less than max felt")
}

func TestBuildReport(t *testing.T) {
Expand Down

0 comments on commit 6b8ae3d

Please sign in to comment.