diff --git a/ethereum/test/Forum.js b/ethereum/test/Forum.js index 4fbf565..9aabe07 100644 --- a/ethereum/test/Forum.js +++ b/ethereum/test/Forum.js @@ -227,6 +227,7 @@ describe('Forum', () => { expect(await dao.totalSupply()).to.equal(100); await dao.evaluateOutcome(0); expect((await dao.posts(0)).reputation).to.equal(50); + expect(await dao.totalSupply()).to.equal(50); }); }); });