Skip to content

Commit

Permalink
UIIN-3167: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrHladchenko1 committed Jan 6, 2025
1 parent c77c904 commit 8919dce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ViewHoldingsRecord.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ const defaultProps = {
tenantFrom: 'testTenantFromId',
}
},
initialTenantId: 'initialTenantId',
};

const queryClient = new QueryClient();
Expand Down Expand Up @@ -246,7 +247,7 @@ describe('ViewHoldingsRecord actions', () => {
search: defaultProps.location.search,
state: {
backPathname: defaultProps.location.pathname,
tenantFrom: 'testTenantFromId',
initialTenantId: 'initialTenantId',
},
};
renderViewHoldingsRecord();
Expand Down Expand Up @@ -274,7 +275,8 @@ describe('ViewHoldingsRecord actions', () => {
search: defaultProps.location.search,
state: {
backPathname: defaultProps.location.pathname,
tenantFrom: 'testTenantFromId',
tenantFrom: 'diku',
initialTenantId: 'initialTenantId',
},
};

Expand Down

0 comments on commit 8919dce

Please sign in to comment.