Skip to content

Commit d178566

Browse files
committed
Align text fixture with Pipeline.grouped_nodes_by_namespace behavior
Signed-off-by: Laura Couto <laurarccouto@gmail.com>
1 parent 35b81b1 commit d178566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kedro-airflow/tests/test_node_grouping.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ def test_is_memory_dataset(
241241
"namespace3": ["namespace3.f5"],
242242
},
243243
{
244-
"__default__": [],
244+
"__default__": ["namespace2", "namespace1"],
245245
"namespace1": [],
246246
"namespace2": ["namespace1"],
247-
"namespace3": ["namespace2"],
247+
"namespace3": ["namespace1"],
248248
},
249249
),
250250
],

0 commit comments

Comments
 (0)