Skip to content

Commit 05fe1f4

Browse files
committed
fix: Broken tests
1 parent baa42f9 commit 05fe1f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content-tags-drawer/data/apiHooks.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ describe('useTaxonomyTagsData', () => {
7878
// Assert that useQueries was called with the correct arguments
7979
expect(useQueries).toHaveBeenCalledWith({
8080
queries: [
81-
{ queryKey: ['taxonomyTags', taxonomyId, null, 1, ''], queryFn: expect.any(Function), staleTime: Infinity },
81+
{ queryKey: ['contentTags', 'taxonomyTags', taxonomyId, null, 1, ''], queryFn: expect.any(Function), staleTime: Infinity },
8282
],
8383
});
8484

0 commit comments

Comments
 (0)