Skip to content

Commit e1b16f2

Browse files
Update test
1 parent 0ef0abd commit e1b16f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/esmf-aspect-meta-model-python/tests/integration/java_models/test_loading_aspects.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ def check_load_aspect_model(test_models):
6969

7070
if model_name.lower().startswith("aspect"):
7171
try:
72+
print(f"modelL {model_path}")
73+
7274
samm_graph = SAMMGraph()
7375
samm_graph.parse(model_path)
7476
aspect = samm_graph.load_aspect_model()
@@ -158,5 +160,5 @@ def test_loading_aspects():
158160
for model in test_models:
159161
assert exists(model), f"Model {model} does not exist"
160162

161-
# check_load_aspect_model(test_models)
163+
check_load_aspect_model(test_models[:2])
162164
# check_load_model_elements(test_models)

0 commit comments

Comments
 (0)