Skip to content

Commit

Permalink
sync with src/foolscap/test/common.py
Browse files Browse the repository at this point in the history
  • Loading branch information
a-detiste committed Sep 21, 2024
1 parent 911a451 commit 2b2282b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foolscap/test/test_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def testMegaSchema(self):
# try to exercise all our constraints at once
rr, target = self.setupTarget(HelperTarget())
t = (set([1, 2, 3]),
b"str", True, 12, 12, 19.3, None,
b"str", True, 12, 19.3, None,
u"unicode",
b"bytestring",
"any", 14.3,
Expand Down

0 comments on commit 2b2282b

Please sign in to comment.