diff --git a/mediapipe/tasks/python/test/vision/hand_landmarker_test.py b/mediapipe/tasks/python/test/vision/hand_landmarker_test.py index 9d311e210..b387267a2 100644 --- a/mediapipe/tasks/python/test/vision/hand_landmarker_test.py +++ b/mediapipe/tasks/python/test/vision/hand_landmarker_test.py @@ -80,7 +80,7 @@ class ModelFileType(enum.Enum): FILE_NAME = 2 -class GestureRecognizerTest(parameterized.TestCase): +class HandLandmarkerTest(parameterized.TestCase): def setUp(self): super().setUp()