From fc8a93507c365580b27612089bca59d18b66e053 Mon Sep 17 00:00:00 2001 From: amyeroberts <22614925+amyeroberts@users.noreply.github.com> Date: Thu, 19 Jan 2023 14:46:07 +0000 Subject: [PATCH] Rename GLPN image processor tests (#21194) --- ...t_feature_extraction_glpn.py => test_image_processing_glpn.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/models/glpn/{test_feature_extraction_glpn.py => test_image_processing_glpn.py} (100%) diff --git a/tests/models/glpn/test_feature_extraction_glpn.py b/tests/models/glpn/test_image_processing_glpn.py similarity index 100% rename from tests/models/glpn/test_feature_extraction_glpn.py rename to tests/models/glpn/test_image_processing_glpn.py