Skip to content

Commit

Permalink
fix(SPV-1021): fix tests after changing error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
dzolt-4chain committed Sep 20, 2024
1 parent eeb25f6 commit df336d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ func TestMerkleRootsFailure(t *testing.T) {
expectedCode: http.StatusBadRequest,
expectedBody: `{
"code": "ErrInvalidBatchSize",
"message": "batchSize must be a positive numeric value"
"message": "batchSize must be 0 or a positive integer"
}`,
},
"return error when evaluationKey doesn't exist": {
Expand Down

0 comments on commit df336d9

Please sign in to comment.