Skip to content

Commit 71f3b63

Browse files
authored
Merge pull request #3123 from IntersectMBO/zero_fee_buffer
feat(test): set fee_buffer=0 in tx build test
2 parents 44ccdec + 3607d19 commit 71f3b63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cardano_node_tests/tests/test_tx_basic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ def test_build_no_change(
294294
tx_files=tx_files,
295295
txouts=txouts,
296296
change_address=src_address,
297+
fee_buffer=0,
297298
)
298299
except clusterlib.CLIError as exc:
299300
str_exc = str(exc)

0 commit comments

Comments
 (0)