mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-16 00:32:15 +00:00
Fix No Connection test.
This commit is contained in:
@@ -121,7 +121,7 @@ class TS3ProtoNetworkTests(unittest.TestCase):
|
||||
|
||||
def testNoConnection(self):
|
||||
self.assertFalse(self.ts3.is_connected())
|
||||
self.assertRaises(NoConnectionError, self.ts3.check_connection)
|
||||
self.assertRaises(NoConnectionError, self.ts3.check_connection())
|
||||
|
||||
|
||||
def suite():
|
||||
|
||||
Reference in New Issue
Block a user