Skip to content

Commit

Permalink
Update proof.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Jun 16, 2024
1 parent 94cf84f commit 96ad58c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions host/src/server/api/v1/proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@ mod test {

#[tokio::test]
async fn test_generate_input_from_cache() {
let l1 = &Network::Ethereum.to_string();
let l2 = &Network::TaikoMainnet.to_string();
let block_number: u64 = 69553;
let l1 = &Network::Holesky.to_string();
let l2 = &Network::TaikoA7.to_string();
let block_number: u64 = 69627;
let (input, provider) = create_cache_input(l1, l2, block_number).await;
let cache_path = Some("./".into());
assert!(set_cached_input(&cache_path, block_number, l2, &input).is_ok());
Expand Down

0 comments on commit 96ad58c

Please sign in to comment.