Skip to content

Commit d633549

Browse files
committed
Update result test
1 parent 58859b7 commit d633549

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_result.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ def test_asdict():
66
Title="Test",
77
SubTitle="Test",
88
IcoPath="Test.png",
9+
TitleHighlightData=[0],
910
ContextData=["Test"],
1011
Glyph={"Glyph": "Test", "FontFamily": "Test"},
1112
CopyText="Test",
@@ -27,6 +28,7 @@ def test_asdict():
2728
"Title": "Test",
2829
"SubTitle": "Test",
2930
"IcoPath": "Test.png",
31+
"TitleHighlightData": [0],
3032
"Score": 0,
3133
"JsonRPCAction": {
3234
"Method": "Test",

0 commit comments

Comments
 (0)