Skip to content

Commit

Permalink
include all newly generated single param test cases in validator test…
Browse files Browse the repository at this point in the history
… suite
  • Loading branch information
fullkomnun committed Sep 23, 2023
1 parent b6678fc commit d408325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-validator/test/unit/web3_validator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('web3-validator', () => {
});
describe('validateJsonSchema', () => {
// only single param test cases
it.each(abiToJsonSchemaCases.slice(0, 37))(
it.each(abiToJsonSchemaCases.slice(0, 69))(
`$title - should pass for valid data`,
abi => {
const jsonSchema = abi.json;
Expand Down

0 comments on commit d408325

Please sign in to comment.