Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leorochael committed Nov 15, 2006
1 parent 44fab53 commit bce6995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testCatalog.py
Expand Up @@ -272,7 +272,7 @@ def testReindexIndexesFalse(self):
result = self._catalog(title='9999')
self.assertEquals(1, len(result))

def testBooleanEvalOn_manage_catalogObject_(self):
def testBooleanEvalOn_manage_catalogObject(self):
self.d['11'] = dummyLenFail(11, self.fail)
self.d['12'] = dummyNonzeroFail(12, self.fail)
# create a fake response that doesn't bomb on manage_catalogObject()
Expand Down

0 comments on commit bce6995

Please sign in to comment.