From bdeff4029d6e84cb45f336e1c4a9d186bb7b6fff Mon Sep 17 00:00:00 2001 From: "s.logvinenko" Date: Wed, 29 Nov 2017 18:21:18 +0300 Subject: [PATCH] fix auth_test --- tests/auth_test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/auth_test.py b/tests/auth_test.py index 7a780a4a..9684de14 100644 --- a/tests/auth_test.py +++ b/tests/auth_test.py @@ -65,9 +65,6 @@ class AuthTest(unittest.TestCase): def tearDown(self): pass - def tearDown(self): - pass - def test_empty_password(self): print(run_pb_pexpect(self.cmd, '\0\r\n'))