Skip to content

Commit

Permalink
fix: request changes done
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Oct 5, 2023
1 parent 52e9320 commit 5b42dbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zingo-testutils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ pub mod scenarios {
)])
.await
.unwrap();
increase_height_and_wait_for_client(&scenario_builder.regtest_manager, &recipient, 1)
increase_height_and_wait_for_client(&scenario_builder.regtest_manager, &faucet, 1)
.await
.unwrap();
// received from a faucet to sapling
Expand All @@ -779,7 +779,7 @@ pub mod scenarios {
)])
.await
.unwrap();
increase_height_and_wait_for_client(&scenario_builder.regtest_manager, &recipient, 1)
increase_height_and_wait_for_client(&scenario_builder.regtest_manager, &faucet, 1)
.await
.unwrap();
// received from a faucet to transparent
Expand All @@ -791,7 +791,7 @@ pub mod scenarios {
)])
.await
.unwrap();
increase_height_and_wait_for_client(&scenario_builder.regtest_manager, &recipient, 1)
increase_height_and_wait_for_client(&scenario_builder.regtest_manager, &faucet, 1)
.await
.unwrap();
// send to a faucet
Expand Down Expand Up @@ -855,7 +855,7 @@ pub mod scenarios {
// end
scenario_builder
.regtest_manager
.generate_n_blocks(4)
.generate_n_blocks(1)
.expect("Failed to generate blocks.");
(
scenario_builder.regtest_manager,
Expand Down

0 comments on commit 5b42dbe

Please sign in to comment.