From 51635b161d93a73b2446f993dcba7a5063d2497e Mon Sep 17 00:00:00 2001 From: cgeek <cem.moreau@gmail.com> Date: Fri, 4 Dec 2015 13:02:29 +0100 Subject: [PATCH] Fix: make tests pass --- test/integration/branches.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/branches.js b/test/integration/branches.js index 4c7519268..6192f6160 100644 --- a/test/integration/branches.js +++ b/test/integration/branches.js @@ -228,7 +228,7 @@ describe("Branches", function() { it('should have a 3 blocks fork window size', function() { return expectAnswer(rp('http://127.0.0.1:7778/node/summary', { json: true }), function(res) { res.should.have.property('ucoin').property('software').equal('ucoind'); - res.should.have.property('ucoin').property('version').equal('0.12.0'); + res.should.have.property('ucoin').property('version').equal('0.12.1'); res.should.have.property('ucoin').property('forkWindowSize').equal(3); }); }); -- GitLab