Skip to content

Commit

Permalink
Update test IDL
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Sep 21, 2023
1 parent 04ea040 commit 4665310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/idl/idls/parse.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,14 +657,14 @@
"name": "Named",
"fields": [
{
"name": "bool_field",
"name": "boolField",
"docs": [
"A bool field inside a struct tuple kind"
],
"type": "bool"
},
{
"name": "u8_field",
"name": "u8Field",
"type": "u8"
},
{
Expand Down

0 comments on commit 4665310

Please sign in to comment.