Skip to content

Commit

Permalink
test correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith committed Nov 6, 2023
1 parent 956128b commit 62c328a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ describe('PropertyContainer component', () => {
const { queryByText } = setup({
claims: [],
composedPropertyState: { apiWrapper: { response: {} }, id: 1 } as any,
setEditManagementState: jest.fn(),
});

expect(queryByText('Management')).toBeNull();
Expand All @@ -47,7 +46,6 @@ describe('PropertyContainer component', () => {
const { getByText } = setup({
claims: [Claims.MANAGEMENT_VIEW],
composedPropertyState: { apiWrapper: { response: {} }, id: 1 } as any,
setEditManagementState: jest.fn(),
});

expect(getByText('Management')).toBeVisible();
Expand Down

0 comments on commit 62c328a

Please sign in to comment.