This commit is contained in:
mingda
2020-07-11 11:50:33 +08:00
parent 4270042fa9
commit ad552cf969
8 changed files with 108 additions and 74 deletions

View File

@@ -221,7 +221,7 @@ describe("Admin", () => {
await ctx.DODO.methods.withdrawAllBase().send(ctx.sendParam(lp1))
await ctx.DODO.methods.withdrawAllQuote().send(ctx.sendParam(lp1))
assert.equal(await ctx.BASE.methods.balanceOf(lp1).call(), decimalStr("105"))
assert.equal(await ctx.QUOTE.methods.balanceOf(lp1).call(), "9540265973590798352834")
assert.equal(await ctx.QUOTE.methods.balanceOf(lp1).call(), "9540265973590798352835")
})
it("final settlement revert cases", async () => {