fixup test
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 36s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 36s
Details
This commit is contained in:
parent
ea389dcfd6
commit
999ce51208
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue