Skip to content

Commit 101b888

Browse files
committed
adding back missing line in test that got lost accidentally
1 parent 1bdb07d commit 101b888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pytypes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def __repr__(self):
104104

105105
assert m.str_from_object(A()) == "this is a str"
106106
assert m.repr_from_object(A()) == "this is a repr"
107+
assert m.str_from_handle(A()) == "this is a str"
107108

108109
s1, s2 = m.str_format()
109110
assert s1 == "1 + 2 = 3"

0 commit comments

Comments
 (0)