Skip to content

Commit

Permalink
update test_flatten.py change nested_columns removed from constant
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSBarros committed Feb 17, 2024
1 parent ffd5ef7 commit 705821b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_flatten.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def teste_flatten_with_emptylist():
# test the flatten function with a dictionary mocking it to assert _flatten_dict function is being called
def test_flatten_dict():
flattened_dict = flatten(
DICT_DATA, nested_columns=["contextInfo", "transports"]
DICT_DATA, nested_columns=["contextInfo", "neighborhood"]
)
assert flattened_dict == [
{
Expand Down

0 comments on commit 705821b

Please # to comment.