summaryrefslogtreecommitdiff
path: root/source4/param/tests/bindings.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/param/tests/bindings.py')
-rw-r--r--source4/param/tests/bindings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/tests/bindings.py b/source4/param/tests/bindings.py
index ea542e2187..57ad23b21e 100644
--- a/source4/param/tests/bindings.py
+++ b/source4/param/tests/bindings.py
@@ -25,7 +25,7 @@ class LoadParmTestCase(unittest.TestCase):
file = param.LoadParm()
self.assertTrue(file is not None)
- def test_lenght(self):
+ def test_length(self):
file = param.LoadParm()
self.assertEquals(0, len(file))