Fix spacing issue in test name
PiperOrigin-RevId: 500833769
This commit is contained in:
parent
76a7c9d5d4
commit
d7ee875356
|
@ -147,7 +147,7 @@ describe('GestureRecognizer', () => {
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('setOptions() ', () => {
|
describe('setOptions()', () => {
|
||||||
interface TestCase {
|
interface TestCase {
|
||||||
optionPath: [keyof GestureRecognizerOptions, ...string[]];
|
optionPath: [keyof GestureRecognizerOptions, ...string[]];
|
||||||
fieldPath: string[];
|
fieldPath: string[];
|
||||||
|
|
|
@ -129,7 +129,7 @@ describe('HandLandmarker', () => {
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('setOptions() ', () => {
|
describe('setOptions()', () => {
|
||||||
interface TestCase {
|
interface TestCase {
|
||||||
optionPath: [keyof HandLandmarkerOptions, ...string[]];
|
optionPath: [keyof HandLandmarkerOptions, ...string[]];
|
||||||
fieldPath: string[];
|
fieldPath: string[];
|
||||||
|
|
|
@ -111,7 +111,7 @@ describe('ObjectDetector', () => {
|
||||||
verifyGraph(objectDetector, ['displayNamesLocale', 'en']);
|
verifyGraph(objectDetector, ['displayNamesLocale', 'en']);
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('setOptions() ', () => {
|
describe('setOptions()', () => {
|
||||||
interface TestCase {
|
interface TestCase {
|
||||||
optionName: keyof ObjectDetectorOptions;
|
optionName: keyof ObjectDetectorOptions;
|
||||||
protoName: string;
|
protoName: string;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user