Skip to content

Commit

Permalink
[CPT-1489] Update ValidationErrors test
Browse files Browse the repository at this point in the history
  • Loading branch information
toptalwadiibasmi authored and rasitozcan committed Dec 7, 2023
1 parent e0cd74b commit bb604b2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ describe('ValidationErrors', () => {

expect(ListItemMock).toHaveBeenCalledTimes(2)
expect(ListItemMock).toHaveBeenCalledWith(
{
expect.objectContaining({
children: 'reason1',
},
}),
{}
)
expect(ListItemMock).toHaveBeenCalledWith(
{
expect.objectContaining({
children: 'reason2',
},
}),
{}
)
})
Expand Down

0 comments on commit bb604b2

Please sign in to comment.