Skip to content

Commit f3a2437

Browse files
committed
test: test_sql: fix missing description field
Changelog-Added: Add `description` field to expected schemas
1 parent 053694a commit f3a2437

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_plugin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3508,6 +3508,8 @@ def test_sql(node_factory, bitcoind):
35083508
'type': 'boolean'},
35093509
{'name': 'bolt12',
35103510
'type': 'string'},
3511+
{'name': 'description',
3512+
'type': 'string'},
35113513
{'name': 'used',
35123514
'type': 'boolean'},
35133515
{'name': 'label',

0 commit comments

Comments
 (0)