From 705821ba5720e876bcd773e09ef091af549bb4a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Sodr=C3=A9?= Date: Sat, 17 Feb 2024 14:59:48 -0300 Subject: [PATCH] update test_flatten.py change nested_columns removed from constant --- tests/test_flatten.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_flatten.py b/tests/test_flatten.py index 2f7e93d..403db53 100644 --- a/tests/test_flatten.py +++ b/tests/test_flatten.py @@ -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 == [ {