variable renaming

This commit is contained in:
r00gm 2024-11-12 15:38:00 +01:00
parent a25ef66744
commit 06796b58b2
No known key found for this signature in database

View file

@ -555,7 +555,7 @@ describe('useFlattenSchema', () => {
],
};
expect(
useFlattenSchema().flattSchema({
useFlattenSchema().flattenSchema({
schema,
}).length,
).toBe(3);