Skip to content

Commit

Permalink
fix: wishlist unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fifciuu committed Dec 28, 2020
1 parent 0ea8248 commit b0ffe6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const factoryParams = {
isOnWishlist: jest.fn()
};

const { useWishlist: useWishlistMock } = useWishlistFactory<any, any, any>(factoryParams);
const useWishlistMock = useWishlistFactory<any, any, any>(factoryParams);

describe('[CORE - factories] useWishlistFactory', () => {
beforeEach(() => {
Expand Down

0 comments on commit b0ffe6d

Please sign in to comment.