diff options
Diffstat (limited to 'tests/fixtures_model_package/tests.py')
| -rw-r--r-- | tests/fixtures_model_package/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fixtures_model_package/tests.py b/tests/fixtures_model_package/tests.py index e35f180817..b869c34329 100644 --- a/tests/fixtures_model_package/tests.py +++ b/tests/fixtures_model_package/tests.py @@ -17,7 +17,7 @@ class SampleTestCase(TestCase): "Test cases can load fixture objects into models defined in packages" self.assertEqual(Article.objects.count(), 3) self.assertQuerysetEqual( - Article.objects.all(),[ + Article.objects.all(), [ "Django conquers world!", "Copyright is fine the way it is", "Poker has no place on ESPN", |
