summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tests/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test.py b/src/tests/test.py
index 872d771..bca78b3 100644
--- a/src/tests/test.py
+++ b/src/tests/test.py
@@ -127,7 +127,7 @@ class TestSingleDispatch(unittest.TestCase):
c = collections
d = {"a": "b"}
l = [1, 2, 3]
- s = {object(), None}
+ s = set([object(), None])
f = frozenset(s)
t = (1, 2, 3)