Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 844f131

Browse files
valentinewallacetanx
authored andcommitted
Fix storybook toggleMax stub.
1 parent 157c5ec commit 844f131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/screen-story.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ sinon.stub(invoice, 'generateUri');
107107
const payment = new PaymentAction(store, grpc, nav, notify);
108108
sinon.stub(payment, 'checkType');
109109
sinon.stub(payment, 'payBitcoin');
110-
sinon.stub(payment, 'setMax');
110+
sinon.stub(payment, 'toggleMax');
111111
sinon.stub(payment, 'payLightning');
112112
sinon.stub(payment, 'initPayBitcoinConfirm');
113113
const channel = new ChannelAction(store, grpc, nav, notify);

0 commit comments

Comments
 (0)