summaryrefslogtreecommitdiff
path: root/src/mango/test/10-disable-array-length-field-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mango/test/10-disable-array-length-field-test.py')
-rw-r--r--src/mango/test/10-disable-array-length-field-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mango/test/10-disable-array-length-field-test.py b/src/mango/test/10-disable-array-length-field-test.py
index ce7713b63..6b6d41926 100644
--- a/src/mango/test/10-disable-array-length-field-test.py
+++ b/src/mango/test/10-disable-array-length-field-test.py
@@ -16,7 +16,7 @@ import unittest
@unittest.skipUnless(mango.has_text_service(), "requires text service")
class DisableIndexArrayLengthsTest(mango.UserDocsTextTests):
- def setUp(klass):
+ def setUp(self):
self.db.recreate()
self.db.create_text_index(ddoc="disable_index_array_lengths",
analyzer="keyword",