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

Commit 26de7af

Browse files
committed
Fix removed unit test assertion
1 parent 060af8d commit 26de7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/action/payment.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ describe('Action Payments Unit Tests', () => {
169169
expect(store.payment.amount, 'to equal', '');
170170
expect(store.payment.note, 'to equal', '');
171171
expect(store.payment.fee, 'to equal', '');
172-
expect(store.payment.fee, 'to equal', '');
172+
expect(store.payment.useScanner, 'to equal', false);
173173
expect(store.payment.targetConf, 'to equal', 16);
174174
expect(store.payment.sendAll, 'to equal', false);
175175
expect(nav.goPay, 'was called once');

0 commit comments

Comments
 (0)