Skip to content

Commit

Permalink
fixed named of Acms imports in acms.gateway
Browse files Browse the repository at this point in the history
Jira ticket: CAMS-461

Co-authored-by: Arthur Morrow <[email protected]>
Co-authored-by: James Brooks <[email protected]>
  • Loading branch information
3 people committed Nov 29, 2024
1 parent 736b5d2 commit 71d2bbc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ describe('ACMS gateway tests', () => {
message: '',
});

const predicate: Predicate = {
const predicate: AcmsPredicate = {
chapter: params.chapter,
divisionCode: '081',
};
const predicateAndPage: PredicateAndPage = {
const predicateAndPage: AcmsPredicateAndPage = {
...predicate,
pageNumber: 0,
};
Expand Down

0 comments on commit 71d2bbc

Please sign in to comment.