Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanad94 committed Sep 27, 2023
1 parent 18cf248 commit dbf754d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sn-controls-react/test/reference-grid.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ describe('Reference grid field control', () => {
})

expect((wrapper!.update().find(Picker).prop('itemsODataOptions') as ODataParams<Folder>).filter).toBe(
"isOf('Folder') or isOf('User') or isOf('Group')",
"isOf('Folder') or isOf('User') or isOf('Group') or isOf('Image')",
)
})

Expand Down

0 comments on commit dbf754d

Please sign in to comment.