Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2b2282b

Browse files
committedSep 21, 2024·
sync with src/foolscap/test/common.py
1 parent 911a451 commit 2b2282b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/foolscap/test/test_call.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def testMegaSchema(self):
220220
# try to exercise all our constraints at once
221221
rr, target = self.setupTarget(HelperTarget())
222222
t = (set([1, 2, 3]),
223-
b"str", True, 12, 12, 19.3, None,
223+
b"str", True, 12, 19.3, None,
224224
u"unicode",
225225
b"bytestring",
226226
"any", 14.3,

0 commit comments

Comments
 (0)
Please sign in to comment.