fix conflics

This commit is contained in:
Matias Alejo Garcia 2014-04-24 23:42:59 -03:00
commit 46fa0e518c
4 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@ var should = chai.should();
var copay = copay || require('../copay');
var Wallet = require('../js/models/core/Wallet');
var Storage= require('./mocks/FakeStorage');
var Network= copay.WebRTC;
var Network= require('./mocks/FakeNetwork');
var Blockchain= copay.Insight;
var addCopayers = function (w) {