Skip to content

Commit

Permalink
adding new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Jul 10, 2024
1 parent bee4520 commit a748a96
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions rpc-state-reader/src/blockifier_state_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,21 @@ mod tests {
RpcChain::MainNet
=> ignore
)]
#[test_case(
"0xaa8c451a3f231f3eeba8bc48236eecd5fe42cc1513f175c7d52b41d35ecba2",
657074, // real block 657075
RpcChain::MainNet
)]
#[test_case(
"0x2101910b5baddb23888337377872e08e01d75070486f010373b48d7c8366f11",
657069, // real block 657070
RpcChain::MainNet
)]
#[test_case(
"0x7b41f9942a4d4641e6118a00e0629880845215e4445221139b5d32fa3ab7766",
657043, // real block 657044
RpcChain::MainNet
)]
#[test_case(
"0x73ef9cde09f005ff6f411de510ecad4cdcf6c4d0dfc59137cff34a4fc74dfd",
654000, // real block 654001
Expand Down

0 comments on commit a748a96

Please sign in to comment.