Skip to content

Commit 3a0e87b

Browse files
committed
Fixed test error
1 parent ff014f6 commit 3a0e87b

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

builtin/testfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1,2,3,

coverage.txt

Whitespace-only changes.

py/tests/set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
d = a ^ b
5757
assert 1 in c
5858

59-
doc="repr"
59+
doc="__repr__"
6060
assert repr({1,2,3}) == "{1, 2, 3}"
6161

6262
doc="set"

0 commit comments

Comments
 (0)