Skip to content

Commit

Permalink
Fix CongestionResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Dec 6, 2023
1 parent deb0284 commit 3c46a64
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 @@ -39,7 +39,7 @@ fn responses() {
// GET /api/core/v3/info
json_response::<InfoResponse>("get-info-response-example.json").unwrap();
// GET /api/core/v3/accounts/{bech32Address}/congestion
// json_response::<CongestionResponse>("get-congestion-estimate-response-example.json").unwrap();
json_response::<CongestionResponse>("get-congestion-estimate-response-example.json").unwrap();
// GET /api/core/v3/rewards/{outputId}
json_response::<ManaRewardsResponse>("get-mana-rewards-example.json").unwrap();
// GET /api/core/v3/validators
Expand Down

0 comments on commit 3c46a64

Please sign in to comment.