diff --git a/ethereum/test/Forum.js b/ethereum/test/Forum.js index aa8036a..377ef42 100644 --- a/ethereum/test/Forum.js +++ b/ethereum/test/Forum.js @@ -306,7 +306,7 @@ describe('Forum', () => { expect(await dao.balanceOf(account1)).to.equal(0); expect(await dao.balanceOf(account2)).to.equal(250); expect(await dao.balanceOf(account3)).to.equal(125); - expect((await dao.posts(0)).reputation).to.equal(26); + expect((await dao.posts(0)).reputation).to.equal(25); expect((await dao.posts(1)).reputation).to.equal(100); expect((await dao.posts(2)).reputation).to.equal(125); });