Skip to content

Commit

Permalink
Apply changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Nov 20, 2024
1 parent 4a65005 commit 7bb9f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/bitcoin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl TestCase for BasicSyncTest {
f.bitcoin_nodes.disconnect_nodes().await?;

// Generate some blocks on node0
da0.generate(5, None).await?;
da0.generate(5).await?;

let height0 = da0.get_block_count().await?;
let height1 = da1.get_block_count().await?;
Expand Down
2 changes: 1 addition & 1 deletion tests/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ impl TestCase for DockerIntegrationTest {
// Wait for blob inscribe tx to be in mempool
da.wait_mempool_len(1, None).await?;

da.generate(FINALITY_DEPTH, None).await?;
da.generate(FINALITY_DEPTH).await?;
let finalized_height = da.get_finalized_height().await?;

batch_prover
Expand Down

0 comments on commit 7bb9f20

Please sign in to comment.