We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
components_to_dict
1 parent 97b1b64 commit 035e036Copy full SHA for 035e036
tests/ui/test_action_row.py
@@ -263,14 +263,17 @@ def test_components_to_dict() -> None:
263
assert result == [
264
{
265
"type": 1,
266
+ "id": 0,
267
"components": [button1.to_component_dict(), button2.to_component_dict()],
268
},
269
270
271
272
"components": [select.to_component_dict()],
273
274
275
276
277
"components": [button3.to_component_dict()],
278
279
]
0 commit comments