Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Jan 8, 2024
1 parent 25fb779 commit 56e6c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taxonomy/taxonomy-detail/TaxonomyDetailPage.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ describe('<TaxonomyDetailPage />', () => {
});

it('should not show system defined badge', async () => {
useTaxonomyDetailData.mockReturnValue({
useTaxonomyDetailDataResponse.mockReturnValue({
isSuccess: true,
isFetched: true,
isError: false,
Expand Down

0 comments on commit 56e6c1e

Please sign in to comment.