Commit 26de7af6 authored by Tankred Hase's avatar Tankred Hase

Fix removed unit test assertion

parent 060af8d0
......@@ -169,7 +169,7 @@ describe('Action Payments Unit Tests', () => {
expect(store.payment.amount, 'to equal', '');
expect(store.payment.note, 'to equal', '');
expect(store.payment.fee, 'to equal', '');
expect(store.payment.fee, 'to equal', '');
expect(store.payment.useScanner, 'to equal', false);
expect(store.payment.targetConf, 'to equal', 16);
expect(store.payment.sendAll, 'to equal', false);
expect(nav.goPay, 'was called once');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment