Skip to content

Commit

Permalink
fixup! fix gateway api types
Browse files Browse the repository at this point in the history
  • Loading branch information
kkovaacs committed Feb 20, 2024
1 parent 6f1490b commit f1471f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/gateway-types/src/reply.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2399,7 +2399,7 @@ mod tests {
serde_json::from_str::<MaybePendingBlock>(integration::block::NUMBER_319709).unwrap();
serde_json::from_str::<MaybePendingBlock>(v0_13_0::block::PENDING).unwrap();
// This is from integration starknet_version 0.13.0 and contains data gas prices.
serde_json::from_str::<crate::reply::Block>(integration::block::NUMBER_329543).unwrap();
serde_json::from_str::<MaybePendingBlock>(integration::block::NUMBER_329543).unwrap();
serde_json::from_str::<MaybePendingBlock>(v0_13_1::block::PENDING).unwrap();
}

Expand Down

0 comments on commit f1471f2

Please sign in to comment.