We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9661025 + dca3bea commit 9098b9eCopy full SHA for 9098b9e
1 file changed
tests/keywords/test_multipleAppiumConnections.py
@@ -20,7 +20,7 @@ class MultipleAppiumConnectionTests(unittest.TestCase):
20
assertRegex = unittest.TestCase.assertRegexpMatches
21
assertRaisesRegex = unittest.TestCase.assertRaisesRegexp
22
23
- am=None
+ am: _ApplicationManagementKeywords
24
25
def setUp(self):
26
#appium.webdriver.Remote = mock.Mock()
0 commit comments