We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58859b7 commit d633549Copy full SHA for d633549
1 file changed
tests/test_result.py
@@ -6,6 +6,7 @@ def test_asdict():
6
Title="Test",
7
SubTitle="Test",
8
IcoPath="Test.png",
9
+ TitleHighlightData=[0],
10
ContextData=["Test"],
11
Glyph={"Glyph": "Test", "FontFamily": "Test"},
12
CopyText="Test",
@@ -27,6 +28,7 @@ def test_asdict():
27
28
"Title": "Test",
29
"SubTitle": "Test",
30
"IcoPath": "Test.png",
31
+ "TitleHighlightData": [0],
32
"Score": 0,
33
"JsonRPCAction": {
34
"Method": "Test",
0 commit comments