Skip to content

Commit

Permalink
(PC-31424)[PRO] fix: Remove collective offers bulk edit to fix multip…
Browse files Browse the repository at this point in the history
…le statuses update.
  • Loading branch information
GuillaumeMgz committed Aug 28, 2024
1 parent dc04884 commit 2a2492a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ vi.mock('utils/date', async () => {
vi.mock('apiClient/api', () => ({
api: {
listOfferersNames: vi.fn().mockReturnValue({}),
patchAllCollectiveOffersActiveStatus: vi.fn(),
deleteDraftOffers: vi.fn(),
},
}))
Expand Down

0 comments on commit 2a2492a

Please sign in to comment.