Skip to content

Commit 81e41f0

Browse files
committed
Fix unit test
1 parent 32f7eca commit 81e41f0

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
@@ -249,7 +249,7 @@ def test_filter_with_embeddedfield_path(self):
249249
def test_filter_with_embeddedfield_array_path(self):
250250
self.assertCountEqual(
251251
MuseumExhibit.objects.filter(
252-
meta__artifacts__restorations__0__restored_by="Restoration Lab A"
252+
main_section__artifacts__restorations__0__restored_by="Restoration Lab A"
253253
),
254254
[self.lost_empires],
255255
)

0 commit comments

Comments
 (0)