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