Skip to content

Commit

Permalink
receive component test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
xludx committed Nov 8, 2017
1 parent 249e67c commit ad26acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/wallet/receive/receive.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ describe('ReceiveComponent', () => {
});

it('should get selected', () => {
component.selectAddress('selectedAddress');
expect(component.selected).toBeDefined();
});
/* We will come back to RPC at a later stage
Expand Down

0 comments on commit ad26acb

Please sign in to comment.