diff --git a/test/integration/branches.js b/test/integration/branches.js index 4c7519268125bc42e986947056577279b1cd9f09..6192f6160372f3a2d12e9ca5b3cb781823940980 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); }); });