Skip to content

Commit a4a2935

Browse files
committed
Fix unit test
1 parent 65024dd commit a4a2935

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

0 commit comments

Comments
 (0)