Skip to content

Commit

Permalink
fix: request changes done - my mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Oct 5, 2023
1 parent 5b42dbe commit 6c92706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zingo-testutils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ pub mod scenarios {
)])
.await
.unwrap();
increase_height_and_wait_for_client(&scenario_builder.regtest_manager, &faucet, 1)
increase_height_and_wait_for_client(&scenario_builder.regtest_manager, &recipient, 1)
.await
.unwrap();
// send to a faucet
Expand Down

0 comments on commit 6c92706

Please sign in to comment.