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 3699033b2..dfc252eb6 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 bce0eac02..0abd1df27 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 5bfb74ab6..ceb96acb1 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;