auto-t: Rename test case to reflect its purpose

This commit is contained in:
Tim Kourt 2020-05-07 12:20:20 -07:00 committed by Denis Kenzior
parent 7f3f5c18dc
commit 2e5f7404c0
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Test(unittest.TestCase):
condition = 'not obj.connected'
wd.wait_for_object_condition(ordered_network.network_object, condition)
def test_connection_success(self):
def test_connection_failure(self):
wd = IWD()
dev1, dev2 = wd.list_devices(2)