Skip to content

Commit e9c5b1f

Browse files
committed
feat(tests): add optional db-sync check docstring
- Added a docstring entry for the optional db-sync check in the `TestBuildLocking` class in `test_spend_build.py`.
1 parent 2409c51 commit e9c5b1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cardano_node_tests/tests/tests_plutus_v2/test_spend_build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def test_txout_locking(
6565
* create the necessary Tx outputs
6666
* spend the locked UTxO
6767
* check that the expected UTxOs were correctly spent
68+
* (optional) check transactions in db-sync
6869
"""
6970
temp_template = common.get_test_id(cluster)
7071
script_fund = 10_000_000

0 commit comments

Comments
 (0)