Commit 0fa44a5
add: mock methods for batch API operations in tests
- Add getWalletOwnersBatch mock method to SubscriptionClient test mocks
- Add shouldSendBatch mock method to SubscriptionClient test mocks
- Ensure test files compile with new batch method signatures
- Maintain test coverage for refactored batch processing functionality
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 4e22786 commit 0fa44a5
2 files changed
Lines changed: 8 additions & 2 deletions
File tree
- apps/dispatcher/src/services/triggers
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| |||
0 commit comments