Skip to content

Commit

Permalink
chore: fix test data
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Jan 22, 2024
1 parent e8c9d27 commit 03a241c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/test/unit/beacon/testData/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const testData: GenericServerTestCases<Api> = {
},
getState: {
args: ["head", "json"],
res: {executionOptimistic: true, data: ssz.phase0.BeaconState.defaultValue()},
res: {data: ssz.phase0.BeaconState.defaultValue()},
},
getStateV2: {
args: ["head", "json"],
Expand Down

0 comments on commit 03a241c

Please sign in to comment.