Remove camelcase
This commit is contained in:
@@ -127,7 +127,7 @@ class TestTee(BaseTestCase):
|
|||||||
del self.tee
|
del self.tee
|
||||||
super().tearDown()
|
super().tearDown()
|
||||||
|
|
||||||
def testInvalidConstructor(self):
|
def test_invalid_constructor(self):
|
||||||
with self.assertRaises(Exception) as context:
|
with self.assertRaises(Exception) as context:
|
||||||
TranscriptionTeeClient([])
|
TranscriptionTeeClient([])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user