Skip to content

Commit b8bb2df

Browse files
wrong name
1 parent f12a0cf commit b8bb2df

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tests/test_resultinfo.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,9 @@ def test_get_resultinfo_no_model(velocity_acceleration, server_type):
7373
"co_energy",
7474
"incremental_energy",
7575
"elastic_strain",
76+
"element_orientations",
7677
"structural_temperature",
7778
]
78-
if not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_11_0:
79-
expected_results.append("element_orientations")
80-
else:
81-
expected_results.append("element_euler_angles")
8279
for result in expected_results:
8380
assert result in available_results_names
8481

@@ -109,12 +106,9 @@ def test_get_resultinfo(model):
109106
"co_energy",
110107
"incremental_energy",
111108
"elastic_strain",
109+
"element_orientations",
112110
"structural_temperature",
113111
]
114-
if not SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_11_0:
115-
expected_results.append("element_orientations")
116-
else:
117-
expected_results.append("element_euler_angles")
118112
for result in expected_results:
119113
assert result in available_results_names
120114

0 commit comments

Comments
 (0)