Skip to content

Commit

Permalink
Uncomment CommitteeResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Nov 27, 2023
1 parent 66c0ebe commit 620052c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/tests/types/api/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fn responses() {
// json_response::<BlockDto>("get-block-by-id-validation-response-example.json").unwrap();
// json_response::<IssuanceBlockHeaderResponse>("get-buildingBlock-response-example.json").unwrap();
// json_response::<SlotCommitment>("get-commitment-response-example.json").unwrap();
// json_response::<CommitteeResponse>("get-committee-example.json").unwrap();
json_response::<CommitteeResponse>("get-committee-example.json").unwrap();
// json_response::<CongestionResponse>("get-congestion-estimate-response-example.json").unwrap();
// json_response("get-full-output-metadata-example.json").unwrap();
// json_response::<InfoResponse>("get-info-response-example.json").unwrap();
Expand Down

0 comments on commit 620052c

Please sign in to comment.