Fix spacing issue in test name

PiperOrigin-RevId: 500833769
This commit is contained in:
Sebastian Schmidt 2023-01-09 16:15:52 -08:00 committed by Copybara-Service
parent 76a7c9d5d4
commit d7ee875356
3 changed files with 3 additions and 3 deletions

View File

@ -147,7 +147,7 @@ describe('GestureRecognizer', () => {
]);
});
describe('setOptions() ', () => {
describe('setOptions()', () => {
interface TestCase {
optionPath: [keyof GestureRecognizerOptions, ...string[]];
fieldPath: string[];

View File

@ -129,7 +129,7 @@ describe('HandLandmarker', () => {
]);
});
describe('setOptions() ', () => {
describe('setOptions()', () => {
interface TestCase {
optionPath: [keyof HandLandmarkerOptions, ...string[]];
fieldPath: string[];

View File

@ -111,7 +111,7 @@ describe('ObjectDetector', () => {
verifyGraph(objectDetector, ['displayNamesLocale', 'en']);
});
describe('setOptions() ', () => {
describe('setOptions()', () => {
interface TestCase {
optionName: keyof ObjectDetectorOptions;
protoName: string;