Skip to content

Commit

Permalink
test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodeymo committed Nov 6, 2024
1 parent 510f3ff commit f9167a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/bls_aggregation/blsagg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ func TestBlsAgg(t *testing.T) {
blsSig,
testOperator1.OperatorId,
)
require.EqualError(t, err, "Signature verification failed. Incorrect Signature.")
require.EqualError(t, err, "signature verification failed. Incorrect Signature")
},
)
}
Expand Down

0 comments on commit f9167a9

Please sign in to comment.