Skip to content

Commit

Permalink
Merge branch 'UISACQCOMP-194' of https://github.com/folio-org/stripes…
Browse files Browse the repository at this point in the history
…-acq-components into UISACQCOMP-194
  • Loading branch information
usavkov-epam committed Jul 1, 2024
2 parents 6e1b5d5 + ff17c46 commit b20f061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AcqUnits/AcqUnitsView/AcqUnitsViewContainer.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ describe('AcqUnitsViewContainer', () => {

it('should pass array of units to the child', async () => {
renderComponent({ units: ['1'] });
await waitFor(() => expect(AcqUnitsView.mock.calls[1][0].units).toEqual(UNITS));
await waitFor(() => expect(AcqUnitsView.mock.calls[0][0].units).toEqual(UNITS));
});
});

0 comments on commit b20f061

Please sign in to comment.