Skip to content
This repository was archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet authored and Oliver Beddows committed Apr 4, 2017
1 parent 6d2b555 commit f3330a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/services/peers/peers.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ describe('Factory: $peers', () => {
expect($peers.active).to.equal(undefined);
$peers.setActive();
expect($peers.active).not.to.equal(undefined);
expect($peers.stack.official).to.include($peers.active.currentPeer);
expect($peers.stack.official).to.include({ node: $peers.active.currentPeer });
});
});

Expand Down

0 comments on commit f3330a2

Please sign in to comment.