Skip to content

Commit

Permalink
Update result test
Browse files Browse the repository at this point in the history
  • Loading branch information
Garulf committed Jul 1, 2024
1 parent 58859b7 commit d633549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ def test_asdict():
Title="Test",
SubTitle="Test",
IcoPath="Test.png",
TitleHighlightData=[0],
ContextData=["Test"],
Glyph={"Glyph": "Test", "FontFamily": "Test"},
CopyText="Test",
Expand All @@ -27,6 +28,7 @@ def test_asdict():
"Title": "Test",
"SubTitle": "Test",
"IcoPath": "Test.png",
"TitleHighlightData": [0],
"Score": 0,
"JsonRPCAction": {
"Method": "Test",
Expand Down

0 comments on commit d633549

Please sign in to comment.