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