We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a19e0c commit 2849e86Copy full SHA for 2849e86
tests/test_main.py
@@ -44,8 +44,8 @@ def test_use_system_font():
44
45
46
def test_not_use_system_font():
47
- main.CherryTomatoSettings.createQT().useSystemFont = True
+ main.CherryTomatoSettings.createQT().useSystemFont = False
48
49
main.main()
50
51
- main.QSystemTrayIcon.assert_called()
+ main.addCustomFont.assert_called()
0 commit comments