diff --git a/mediapipe/tasks/web/vision/gesture_recognizer/gesture_recognizer_test.ts b/mediapipe/tasks/web/vision/gesture_recognizer/gesture_recognizer_test.ts index 3699033b..dfc252eb 100644 --- a/mediapipe/tasks/web/vision/gesture_recognizer/gesture_recognizer_test.ts +++ b/mediapipe/tasks/web/vision/gesture_recognizer/gesture_recognizer_test.ts @@ -147,7 +147,7 @@ describe('GestureRecognizer', () => { ]); }); - describe('setOptions() ', () => { + describe('setOptions()', () => { interface TestCase { optionPath: [keyof GestureRecognizerOptions, ...string[]]; fieldPath: string[]; diff --git a/mediapipe/tasks/web/vision/hand_landmarker/hand_landmarker_test.ts b/mediapipe/tasks/web/vision/hand_landmarker/hand_landmarker_test.ts index bce0eac0..0abd1df2 100644 --- a/mediapipe/tasks/web/vision/hand_landmarker/hand_landmarker_test.ts +++ b/mediapipe/tasks/web/vision/hand_landmarker/hand_landmarker_test.ts @@ -129,7 +129,7 @@ describe('HandLandmarker', () => { ]); }); - describe('setOptions() ', () => { + describe('setOptions()', () => { interface TestCase { optionPath: [keyof HandLandmarkerOptions, ...string[]]; fieldPath: string[]; diff --git a/mediapipe/tasks/web/vision/object_detector/object_detector_test.ts b/mediapipe/tasks/web/vision/object_detector/object_detector_test.ts index 5bfb74ab..ceb96acb 100644 --- a/mediapipe/tasks/web/vision/object_detector/object_detector_test.ts +++ b/mediapipe/tasks/web/vision/object_detector/object_detector_test.ts @@ -111,7 +111,7 @@ describe('ObjectDetector', () => { verifyGraph(objectDetector, ['displayNamesLocale', 'en']); }); - describe('setOptions() ', () => { + describe('setOptions()', () => { interface TestCase { optionName: keyof ObjectDetectorOptions; protoName: string;