Skip to content

Commit

Permalink
chore: change param name fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek committed Nov 6, 2024
1 parent 0bbb415 commit 38f8bc9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/tests/__snapshots__/get-schema-for-endpoint.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -24697,9 +24697,9 @@ relative to the start of the network
"/utils/txs/evaluate": {
"querystring": {
"properties": {
"v6": {
"default": false,
"type": "boolean",
"version": {
"default": 5,
"type": "number",
},
},
"type": "object",
Expand Down Expand Up @@ -24868,9 +24868,9 @@ relative to the start of the network
"/utils/txs/evaluate/utxos": {
"querystring": {
"properties": {
"v6": {
"default": false,
"type": "boolean",
"version": {
"default": 5,
"type": "number",
},
},
"type": "object",
Expand Down

0 comments on commit 38f8bc9

Please sign in to comment.