Skip to content

Commit 0790c9d

Browse files
refactor: account address on tests
1 parent c5d8f9f commit 0790c9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/dispatcher/src/services/triggers/vote-confirmation-trigger.service.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function createHandler() {
2121
notifications.forEach(n => sentEventIds.add(n.event_id));
2222
},
2323
getWalletOwners: async () => [],
24-
getWalletOwnersBatch: async () => ({ '0xvoter123': [stubUser] }),
24+
getWalletOwnersBatch: async () => ({ '0xVoter123': [stubUser] }),
2525
getFollowedAddresses: async () => []
2626
},
2727
{

0 commit comments

Comments
 (0)