fix proxy

This commit is contained in:
owen05
2021-01-21 17:10:14 +08:00
parent a9d71eb410
commit 6ecf34e1e1
3 changed files with 25 additions and 22 deletions

View File

@@ -172,7 +172,7 @@ describe("DODOProxyV2.0", () => {
assert(totalReward, decimalStr("140"));
});
it.only("tigger - incentive", async () => {
it("tigger - incentive", async () => {
await ctx.mintTestToken(trader, ctx.DODO, decimalStr("2000"));
var b_DODO = await ctx.DODO.methods.balanceOf(trader).call()
var b_USDT = await ctx.USDT.methods.balanceOf(trader).call()