Skip to content

Commit e74b50f

Browse files
MaxNumeriquegithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 605b59e commit e74b50f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_routes.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,7 @@ def get_full_data():
173173

174174
def test_texture_coordinates(client, test_id):
175175
with client.application.app_context():
176-
data_path = geode_functions.data_file_path(
177-
test_id, "hat.vtp"
178-
)
176+
data_path = geode_functions.data_file_path(test_id, "hat.vtp")
179177
os.makedirs(os.path.dirname(data_path), exist_ok=True)
180178
shutil.copy("./tests/vertex_attribute.vtp", data_path)
181179

0 commit comments

Comments
 (0)