Skip to content

Commit

Permalink
Update proof.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 authored Jun 16, 2024
1 parent 8902974 commit 2fd2594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/src/server/api/v1/proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ mod test {
async fn test_generate_input_from_cache() {
let l1 = &Network::Holesky.to_string();
let l2 = &Network::TaikoA7.to_string();
let block_number: u64 = 7;
let block_number: u64 = 329390;
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 2fd2594

Please sign in to comment.