We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee0938 commit de2b32dCopy full SHA for de2b32d
test/unit/test_call_callback.py
@@ -21,7 +21,7 @@
21
22
23
class TestCallCallback(unittest.TestCase):
24
- """Call Callback unit test stubs"""
+ """CallCallback unit test stubs"""
25
26
def setUp(self):
27
pass
@@ -30,7 +30,7 @@ def tearDown(self):
30
31
32
def testCallCallback(self):
33
- """Test Call Callback"""
+ """Test CallCallback"""
34
# FIXME: construct object with mandatory attributes with example values
35
# model = CallCallback() # noqa: E501
36
0 commit comments