Skip to content

Commit

Permalink
fix: added empty line.
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Sep 22, 2023
1 parent f1d2a4f commit 74fc174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/btc-relay/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ mod store_block_header_tests {
fn store_block_header_fork_of_fork_succeeds() {
run_test(|| {
BTCRelay::verify_block_header.mock_safe(|_, _, _| MockResult::Return(Ok(())));

let mut genesis = sample_block_header();
genesis.update_hash().unwrap();

Expand Down

0 comments on commit 74fc174

Please sign in to comment.