Skip to content

Commit fb98825

Browse files
committed
feat(tests): double deposit amount in drep test
Increased the deposit amount in the drep test to ensure sufficient funds for testing. This change modifies the amount calculation to deposit_drep_amt * 2 + 10_000_000.
1 parent f8d15a8 commit fb98825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano_node_tests/tests/tests_conway/test_drep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ def test_drep_no_multiple_registration(
990990
payment_addr,
991991
cluster_obj=cluster,
992992
all_faucets=cluster_manager.cache.addrs_data,
993-
amount=deposit_drep_amt + 10_000_000,
993+
amount=deposit_drep_amt * 2 + 10_000_000,
994994
)
995995

996996
drep_metadata_file = pl.Path(f"{temp_template}_drep_metadata.json")

0 commit comments

Comments
 (0)