diff --git a/src/store/deck-list-store.test.ts b/src/store/deck-list-store.test.ts index 146f4624..98a9586e 100644 --- a/src/store/deck-list-store.test.ts +++ b/src/store/deck-list-store.test.ts @@ -16,7 +16,7 @@ vi.mock("../lib/telegram/storage-adapter.ts", () => { }; }); -vi.mock("../ui/notify-payment.ts", () => { +vi.mock("../screens/shared/notify-payment.ts", () => { return { notifyPaymentFailed: () => {}, notifyPaymentSuccess: () => {},