Skip to content

Commit

Permalink
Tweaked test (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Mar 26, 2024
1 parent 080fbdd commit 35e3b35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ describe('usePickerItemRowDeserializer', () => {
[
'Object key',
{},
'mock.labelValue',
{},
undefined,
{
key: String({}),
content: 'mock.labelValue',
content: String({}),
},
],
[
Expand Down

0 comments on commit 35e3b35

Please sign in to comment.