Skip to content

Commit

Permalink
Remove old test
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Oct 23, 2024
1 parent df92c22 commit c9dd0af
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions rpc-state-reader/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,6 @@ mod tests {
.unwrap(),
);

assert!(rpc_state.get_transaction(&tx_hash).is_ok());
}

#[test]
fn test_try_from_invoke() {
let rpc_state = RpcStateReader::new_latest(RpcChain::MainNet);
let tx_hash = TransactionHash(
StarkHash::from_hex("06da92cfbdceac5e5e94a1f40772d6c79d34f011815606742658559ec77b6955")
.unwrap(),
);

rpc_state.get_transaction(&tx_hash).unwrap();
}

Expand Down

0 comments on commit c9dd0af

Please sign in to comment.