mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-15 00:54:06 -08:00
variable renaming
This commit is contained in:
parent
a25ef66744
commit
06796b58b2
|
@ -555,7 +555,7 @@ describe('useFlattenSchema', () => {
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
expect(
|
expect(
|
||||||
useFlattenSchema().flattSchema({
|
useFlattenSchema().flattenSchema({
|
||||||
schema,
|
schema,
|
||||||
}).length,
|
}).length,
|
||||||
).toBe(3);
|
).toBe(3);
|
||||||
|
|
Loading…
Reference in a new issue