Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kubk committed Apr 9, 2024
1 parent 9862dc5 commit 547bc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/deck-list-store.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: () => {},
Expand Down

0 comments on commit 547bc45

Please sign in to comment.