Skip to content

Commit c84dfae

Browse files
committed
test: test_sql: fix missing description field
1 parent 2aa6bd1 commit c84dfae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

contrib/pyln-grpc-proto/pyln/grpc/node_pb2.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)