Skip to content

Commit a428b76

Browse files
committed
Rename test.
1 parent 3c04e6d commit a428b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/model_fields_/test_embedded_model_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def test_array_annotation_lookup(self):
323323
).filter(section_numbers__in=models.F("sections__section_number"))
324324
self.assertCountEqual(result, [self.new_descoveries])
325325

326-
def test_arrayfield_annotation_lookups(self):
326+
def test_array_as_rhs_behavior_for_arrayfield_lookups(self):
327327
lookup_expected_value = [
328328
("exact", [self.wonders]),
329329
("lt", [self.new_descoveries]),

0 commit comments

Comments
 (0)