Skip to content

Commit

Permalink
Fix syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-v-ryabov committed Dec 30, 2018
1 parent a7cc3ad commit aba2c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywinauto/unittests/test_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def test_kill_soft_with_modal_subdialog(self):
self.assertTrue(self.app.kill(soft=True)) # already killed, returned True anyway


if sysinfo.UIA_support:
if UIA_support:
class ApplicationUiaKillTestCases(ApplicationWin32KillTestCases):

"""Unit tests for method Application.kill() with backend='uia'"""
Expand Down

0 comments on commit aba2c33

Please sign in to comment.