From 0d837faaecb2877e14509a2258dcfcbce84a08aa Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Tue, 19 Aug 2014 17:32:28 -0400 Subject: [PATCH] fix more tests --- test/test.network.Async.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/test.network.Async.js b/test/test.network.Async.js index e4feb2877..1bdf2cbd8 100644 --- a/test/test.network.Async.js +++ b/test/test.network.Async.js @@ -59,9 +59,12 @@ describe('Network / Async', function() { describe('#send', function() { + it('should be able to broadcast', function(done) { + var n = createN('9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08'); + }); it('should call _sendToOne for a copayer', function(done) { var n = createN('9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08'); - var data = new bitcore.Buffer('my data to send'); + var data = 'my data to send'; var copayerId = '03b51d01d798522cf61211b4dfcdd6d01020304cf166e1cb7f43d836abc5c18b23'; n._sendToOne = function(a, b, cb) {