Skip to content

Commit c7ac5f2

Browse files
style: Fix ruff formatting in test_dpath_extractor.py
Co-Authored-By: unknown <>
1 parent 81d4630 commit c7ac5f2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

unit_tests/sources/declarative/extractors/test_dpath_extractor.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,12 @@ def test_dpath_extractor(field_path: List, decoder: Decoder, body, expected_reco
203203
["data"],
204204
["nested", "array"],
205205
False,
206-
{"data": {"id": "parent_1", "nested": {"array": [{"id": "child_1"}, {"id": "child_2"}]}}},
206+
{
207+
"data": {
208+
"id": "parent_1",
209+
"nested": {"array": [{"id": "child_1"}, {"id": "child_2"}]},
210+
}
211+
},
207212
[{"id": "child_1"}, {"id": "child_2"}],
208213
),
209214
(

0 commit comments

Comments
 (0)