Skip to content

Commit 22587d4

Browse files
committed
Fix unit test
1 parent 58379c5 commit 22587d4

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
@@ -251,7 +251,7 @@ def test_filter_with_embeddedfield_path(self):
251251
def test_filter_with_embeddedfield_array_path(self):
252252
self.assertCountEqual(
253253
MuseumExhibit.objects.filter(
254-
meta__artifacts__restorations__0__restored_by="Restoration Lab A"
254+
main_section__artifacts__restorations__0__restored_by="Restoration Lab A"
255255
),
256256
[self.lost_empires],
257257
)

0 commit comments

Comments
 (0)