From c1cfb00f81dcb1c3e8b4fffba2aedf2c7596de4a Mon Sep 17 00:00:00 2001 From: Roman Kazantsev Date: Fri, 1 Dec 2023 03:49:01 +0400 Subject: [PATCH] [TF Hub] Fix typo in test file name (#21408) Signed-off-by: Kazantsev, Roman --- ...f_hub_perfomance_model.py => test_tf_hub_performance_model.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/model_hub_tests/performance_tests/{test_tf_hub_perfomance_model.py => test_tf_hub_performance_model.py} (100%) diff --git a/tests/model_hub_tests/performance_tests/test_tf_hub_perfomance_model.py b/tests/model_hub_tests/performance_tests/test_tf_hub_performance_model.py similarity index 100% rename from tests/model_hub_tests/performance_tests/test_tf_hub_perfomance_model.py rename to tests/model_hub_tests/performance_tests/test_tf_hub_performance_model.py