Skip to content

Commit 035e036

Browse files
committed
test: fix broken components_to_dict test
1 parent 97b1b64 commit 035e036

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ui/test_action_row.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,14 +263,17 @@ def test_components_to_dict() -> None:
263263
assert result == [
264264
{
265265
"type": 1,
266+
"id": 0,
266267
"components": [button1.to_component_dict(), button2.to_component_dict()],
267268
},
268269
{
269270
"type": 1,
271+
"id": 0,
270272
"components": [select.to_component_dict()],
271273
},
272274
{
273275
"type": 1,
276+
"id": 0,
274277
"components": [button3.to_component_dict()],
275278
},
276279
]

0 commit comments

Comments
 (0)