Skip to content

Commit 2b90e62

Browse files
committed
Fix test
1 parent 523c370 commit 2b90e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/list_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_repr(self):
7373
assert str(a2) == "[0, 1, 2, [...], 3]"
7474
assert repr(a2) == "[0, 1, 2, [...], 3]"
7575

76-
@not_pypy
76+
@not_pypy()
7777
def test_repr_deep(self):
7878
a = self.type2test([])
7979
for i in range(sys.getrecursionlimit() + 100):

0 commit comments

Comments
 (0)