Skip to content

Commit 52c58a4

Browse files
improved test naming
1 parent 671320a commit 52c58a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/test_objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def test_constructor_stdin():
174174
assert repr(constructor).__contains__("<pythonmonkey.JSFunctionProxy object at")
175175

176176

177-
def test_iterable_member_console_printing():
177+
def test_iterable_attribute_console_printing():
178178
temp_out = StringIO()
179179
sys.stdout = temp_out
180180
obj = {}

0 commit comments

Comments
 (0)