From 20eb920cb487457c016e1524348fcd57eace6d50 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Mon, 6 Dec 2010 00:06:03 -0800 Subject: [PATCH] Change test docstring. --- tests/document.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/document.py b/tests/document.py index 99657993..11af8b22 100644 --- a/tests/document.py +++ b/tests/document.py @@ -658,8 +658,8 @@ class DocumentTest(unittest.TestCase): self.assertEqual(len(BlogPost.objects), 0) def test_delete_rule_cascade_recurs(self): - """Ensure that a recursive chain of documents is also deleted upon - cascaded deletion. + """Ensure that a chain of documents is also deleted upon cascaded + deletion. """ self.fail()