Update test comment
This commit is contained in:
parent
85ce59cf9a
commit
5ff657e5a2
|
@ -622,7 +622,7 @@ contract("DAppStore", function () {
|
||||||
assert.ok(returned <= votes_minted);
|
assert.ok(returned <= votes_minted);
|
||||||
})
|
})
|
||||||
|
|
||||||
// Comment out line 253 in the contract to run this test properly and see
|
// Comment out line 268 in the contract to run this test properly and see
|
||||||
// the BancorFormula fail to find a suitable position in the maxExponentArray
|
// the BancorFormula fail to find a suitable position in the maxExponentArray
|
||||||
it("should prove we have the highest safeMax allowed for by Bancor's power approximation", async function () {
|
it("should prove we have the highest safeMax allowed for by Bancor's power approximation", async function () {
|
||||||
let id = "0x0000000000000000000000000000000000000000000000000000000000000002";
|
let id = "0x0000000000000000000000000000000000000000000000000000000000000002";
|
||||||
|
|
Loading…
Reference in New Issue