Skip to content

Commit

Permalink
fix(tests): fund large amounts of tADA from main faucet
Browse files Browse the repository at this point in the history
Fund large amounts of tADA from the main faucet instead of from the user
faucets. User faucets don't need to have that much tADA.
  • Loading branch information
mkoura committed Oct 3, 2024
1 parent 62d4ce9 commit 034e4b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cardano_node_tests/tests/test_tx_many_utxos.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def payment_addrs(
clusterlib_utils.fund_from_faucet(
addrs[0],
cluster_obj=cluster,
all_faucets=cluster_manager.cache.addrs_data,
faucet_data=cluster_manager.cache.addrs_data["faucet"],
amount=800_000_000_000,
)

Expand Down
2 changes: 1 addition & 1 deletion cardano_node_tests/tests/tests_conway/test_drep.py
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,7 @@ def _check_records() -> tp.List[blockers.GH]:
clusterlib_utils.fund_from_faucet(
*drep_users,
cluster_obj=cluster,
all_faucets=cluster_manager.cache.addrs_data,
faucet_data=cluster_manager.cache.addrs_data["faucet"],
# Add a lot of funds so no action can be ratified without the new DReps
amount=10_000_000_000_000,
)
Expand Down

0 comments on commit 034e4b1

Please sign in to comment.