Skip to content

Commit 08e3814

Browse files
committed
docs(tests): fix a list in a docstring
1 parent 0e3b090 commit 08e3814

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cardano_node_tests/tests/test_dbsync_config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,14 @@ def check_dbsync_state(
5252
5353
Args:
5454
expected_state: Dictionary specifying conditions to verify where:
55+
5556
- Key format:
57+
5658
* "table" for table-level checks
5759
* "table.column" for column-level checks
60+
5861
- Value format:
62+
5963
* TableCondition enum values for table-level checks
6064
* ColumnCondition enum values for column-level checks
6165

0 commit comments

Comments
 (0)