diff --git a/packages/utils/test/schema/getClosestMatchingOptionTest.ts b/packages/utils/test/schema/getClosestMatchingOptionTest.ts index 7e14ea7aa8..a5d5bb2c84 100644 --- a/packages/utils/test/schema/getClosestMatchingOptionTest.ts +++ b/packages/utils/test/schema/getClosestMatchingOptionTest.ts @@ -207,7 +207,7 @@ export default function getClosestMatchingOptionTest(testValidator: TestValidato }, }; const formData = { ipsum: { night: 'nicht' } }; - // Mock to return true for the last of the second one-ofs + // Mock to return true for the last of the second anyOfs testValidator.setReturnValues({ isValid: [false, false, false, false, false, false, false, true], });