Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Sep 12, 2024
1 parent a24451b commit 0aba8c1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions packages/snaps-sdk/src/jsx/components/form/Field.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -335,10 +335,16 @@ describe('Field', () => {
type: 'Field',
key: null,
props: {
children: {
type: 'Input',
name: 'foo',
},
children: [
{
type: 'Input',
key: null,
props: {
name: 'foo',
},
},
false,
],
},
});
});
Expand Down

0 comments on commit 0aba8c1

Please sign in to comment.