Skip to content

Commit

Permalink
Only test material name for versions >=7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janvonrickenbach committed Nov 20, 2023
1 parent 3e69cef commit b2a9dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/composite_model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_basic_functionality_of_composite_model(dpf_server, data_files, distribu

assert [ply["id"] for ply in sampling_point.analysis_plies] == analysis_ply_ids

if version_equal_or_later(dpf_server, "7.0"):
if version_equal_or_later(dpf_server, "7.1"):
ref_material_names = [
"Epoxy Carbon UD (230 GPa) Prepreg",
"Epoxy Carbon Woven (230 GPa) Wet",
Expand Down

0 comments on commit b2a9dd9

Please sign in to comment.