Skip to content

Commit

Permalink
Update packages/utils/test/schema/getClosestMatchingOptionTest.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Grosenbacher <nickgrosenbacher@gmail.com>
  • Loading branch information
heath-freenome and nickgros authored Jul 13, 2023
1 parent dc3568b commit c245773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/test/schema/getClosestMatchingOptionTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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],
});
Expand Down

0 comments on commit c245773

Please sign in to comment.