diff --git a/tests/unit/test_aux_files.py b/tests/unit/test_aux_files.py index bf110cf..91748fe 100644 --- a/tests/unit/test_aux_files.py +++ b/tests/unit/test_aux_files.py @@ -39,4 +39,5 @@ def test_aux_files_attach_fesom_mesh( }, ] attach_files_to_rule(rule) + print(f'PG DEBUG >>> {rule.aux["mesh"]}') assert isinstance(rule.aux["mesh"], fesom_mesh)