fixup test
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 36s Details

This commit is contained in:
Ladd Hoffman 2024-04-16 18:38:26 -05:00
parent ea389dcfd6
commit 999ce51208
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});