diff --git a/unittests/test_scalars_cfood.py b/unittests/test_scalars_cfood.py
index 5e5bc998842e401edad94a2f1b3cdd5348d671b6..5780219c0f3bab44f383b38fbcd9999e38acfbf2 100644
--- a/unittests/test_scalars_cfood.py
+++ b/unittests/test_scalars_cfood.py
@@ -48,7 +48,6 @@ def test_record_structure_generation(crawler):
     else:
         subddata = subd[1]
         subdRTGPL = subd[0]
-    print(subddata.keys())
     assert len(subddata) == 5
     assert "DataAnalysis" in subddata
     assert "DataAnalysis_path" in subddata
@@ -60,6 +59,6 @@ def test_record_structure_generation(crawler):
     assert prop.value == 23
 
     # record store on Data Analysis node of debug tree
-    assert len(subdRTGPL) == 2
+    assert len(subdRTGPL) == 1
     prop2 = subdRTGPL["RecordThatGetsParentsLater"].get_property("someId")
     assert prop == prop2