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 committed Dec 6, 2023
1 parent fdd42cb commit dbc3632
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 dbc3632

Please sign in to comment.