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 9068b11..d73fbe4 100644
--- a/src/tests/test.py
+++ b/src/tests/test.py
@@ -157,7 +157,7 @@ class ExtraTestCase(unittest.TestCase):
def f(x):
return x
- self.assertEqual(add(2, f)(0), 2)
+ self.assertEqual(add(f, 2)(0), 2)
# ################### test dispatch_on ############################# #