Skip to content

Commit

Permalink
updated flattening record test - removed white space
Browse files Browse the repository at this point in the history
  • Loading branch information
BuzzCutNorman committed Feb 16, 2024
1 parent 3967985 commit 039fd8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/core/test_flattening.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
"key_1": 1,
"key_2__key_3": "value",
"key_2__key_4": '{"key_5": 1, "key_6": ["a", "b"]}',
"key_2__key_4": '{"key_5":1,"key_6":["a","b"]}',
},
id="flattened schema limiting the max level",
),
Expand All @@ -38,7 +38,7 @@
"key_1": 1,
"key_2__key_3": "value",
"key_2__key_4__key_5": 1,
"key_2__key_4__key_6": '["a", "b"]',
"key_2__key_4__key_6": '["a","b"]',
},
id="flattened schema not limiting the max level",
),
Expand All @@ -55,7 +55,7 @@
{
"key_1": 1,
"key_2__key_3": "value",
"key_2__key_4": '{"key_5": 1, "key_6": ["a", "b"]}',
"key_2__key_4": '{"key_5":1,"key_6":["a","b"]}',
},
id="max level limiting flattened schema",
),
Expand Down

0 comments on commit 039fd8c

Please sign in to comment.