Skip to content

Commit

Permalink
Fix unit test for connections.
Browse files Browse the repository at this point in the history
  • Loading branch information
caedesvvv committed Jan 22, 2015
1 parent 08240e9 commit e550db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/model/identitySpec.js
Expand Up @@ -9,7 +9,7 @@ define(['model/identity', 'util/fiat'], function(Identity, FiatCurrency) {
var identity, store, _store, _password;

beforeEach(function() {
_store = { name: "Sean\'s Outpost" };
_store = { name: "Sean\'s Outpost", network: 'bitcoin' };
store = {
init: function(key, value) {
return value;
Expand Down

0 comments on commit e550db5

Please sign in to comment.