Skip to content

Commit de2b32d

Browse files
Update test_call_callback.py
1 parent cee0938 commit de2b32d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/test_call_callback.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
class TestCallCallback(unittest.TestCase):
24-
"""Call Callback unit test stubs"""
24+
"""CallCallback unit test stubs"""
2525

2626
def setUp(self):
2727
pass
@@ -30,7 +30,7 @@ def tearDown(self):
3030
pass
3131

3232
def testCallCallback(self):
33-
"""Test Call Callback"""
33+
"""Test CallCallback"""
3434
# FIXME: construct object with mandatory attributes with example values
3535
# model = CallCallback() # noqa: E501
3636
pass

0 commit comments

Comments
 (0)