update cpfactory

This commit is contained in:
owen05
2021-01-07 14:21:57 +08:00
parent 6e8c5d6f91
commit 9d45b310bb
3 changed files with 44 additions and 18 deletions

View File

@@ -155,7 +155,7 @@ describe("DODOProxyV2.0", () => {
// );
// });
it.only("resetDPP", async () => {
it("resetDPP", async () => {
var beforeState = await DPP_DODO_USDT.methods.getPMMState().call();
assert.equal(beforeState.K, config.k);
assert.equal(beforeState.B, decimalStr("100000"));