Skip to content

Commit 93d684b

Browse files
committed
Edit class name.
1 parent d6f7812 commit 93d684b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/model_fields_/test_embedded_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def test_ordering_grouping_by_sum(self):
244244
self.assertQuerySetEqual(qs, [0, 2, 4, 6, 8, 10], operator.itemgetter("sum"))
245245

246246

247-
class SubqueryExistsTestCase(TestCase):
247+
class SubqueryExistsTest(TestCase):
248248
def setUp(self):
249249
# Create test data
250250
address1 = Address.objects.create(city="New York", state="NY", zip_code=10001)

0 commit comments

Comments
 (0)