Skip to content

Commit b7cb4c2

Browse files
committed
Renamed yajl-py Test class to be more appropriate.
1 parent 4a1874b commit b7cb4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_yajl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def yajl_start_array(self, ctx):
2424
def yajl_end_array(self, ctx):
2525
pass
2626

27-
class YajlGeneralTests(MockTestCase):
27+
class YajlPyTests(MockTestCase):
2828
'''
2929
Testing YAJL-PY interfaces/callbacks
3030

0 commit comments

Comments
 (0)