diff options
Diffstat (limited to 'tests/m2m_recursive/tests.py')
| -rw-r--r-- | tests/m2m_recursive/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/m2m_recursive/tests.py b/tests/m2m_recursive/tests.py index 3beafc9692..6dd36fcfda 100644 --- a/tests/m2m_recursive/tests.py +++ b/tests/m2m_recursive/tests.py @@ -19,7 +19,7 @@ class RecursiveM2MTests(TestCase): a.friends.add(b, c) # David is friends with Anne and Chuck - add in reverse direction - d.friends.add(a,c) + d.friends.add(a, c) # Who is friends with Anne? self.assertQuerysetEqual( |
