Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DefiPanda committed Mar 25, 2024
1 parent 8783cb9 commit db85f5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/__snapshots__/tokenlist.schema.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -439,9 +439,9 @@ Array [
Object {
"instancePath": "/tokens/0/name",
"keyword": "maxLength",
"message": "must NOT have more than 40 characters",
"message": "must NOT have more than 60 characters",
"params": Object {
"limit": 40,
"limit": 60,
},
"schemaPath": "#/properties/name/maxLength",
},
Expand Down
2 changes: 1 addition & 1 deletion test/schema/bigwords.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"timestamp": "2018-11-13T20:20:39+00:00",
"tokens": [
{
"name": "blah blah blah blah blah blah blah blah blah",
"name": "blah blah blah blah blah blah blah blah blah blah blah blah b",
"address": "0x0000000000000000000000000000000000000000",
"chainId": 1,
"decimals": 18,
Expand Down

0 comments on commit db85f5b

Please sign in to comment.