We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8377033 commit f62e470Copy full SHA for f62e470
src/pages/home/home.spec.ts
@@ -56,7 +56,7 @@ describe('HomePage', () => {
56
);
57
expect(subscribeSpy).toHaveBeenCalledWith(
58
'Local/TxAction',
59
- instance.walletFocusHandler
+ instance.walletActionHandler
60
61
62
'Local/WalletFocus',
0 commit comments