Skip to content

Commit 9881504

Browse files
committed
fix: unit tests
1 parent 07e30ad commit 9881504

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/tests/__snapshots__/get-schema-for-endpoint.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19088,7 +19088,7 @@ relative to the start of the network
1908819088
},
1908919089
"time": {
1909019090
"description": "Time in seconds relative to the start time of the network",
19091-
"type": "number",
19091+
"type": "integer",
1909219092
},
1909319093
},
1909419094
"required": [
@@ -19111,7 +19111,7 @@ relative to the start of the network
1911119111
},
1911219112
"slot_length": {
1911319113
"description": "Slot length in seconds",
19114-
"type": "number",
19114+
"type": "integer",
1911519115
},
1911619116
},
1911719117
"required": [
@@ -19136,7 +19136,7 @@ relative to the start of the network
1913619136
},
1913719137
"time": {
1913819138
"description": "Time in seconds relative to the start time of the network",
19139-
"type": "number",
19139+
"type": "integer",
1914019140
},
1914119141
},
1914219142
"required": [

0 commit comments

Comments
 (0)