summaryrefslogtreecommitdiff
path: root/tests/modeltests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modeltests')
-rw-r--r--tests/modeltests/aggregation/fixtures/aggregation.json (renamed from tests/modeltests/aggregation/fixtures/initial_data.json)0
-rw-r--r--tests/modeltests/aggregation/tests.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeltests/aggregation/fixtures/initial_data.json b/tests/modeltests/aggregation/fixtures/aggregation.json
index a0021001e7..a0021001e7 100644
--- a/tests/modeltests/aggregation/fixtures/initial_data.json
+++ b/tests/modeltests/aggregation/fixtures/aggregation.json
diff --git a/tests/modeltests/aggregation/tests.py b/tests/modeltests/aggregation/tests.py
index 6c1c608d80..a35dbb345f 100644
--- a/tests/modeltests/aggregation/tests.py
+++ b/tests/modeltests/aggregation/tests.py
@@ -10,7 +10,7 @@ from .models import Author, Publisher, Book, Store
class BaseAggregateTestCase(TestCase):
- fixtures = ["initial_data.json"]
+ fixtures = ["aggregation.json"]
def test_empty_aggregate(self):
self.assertEqual(Author.objects.all().aggregate(), {})