Comment last test
This commit is contained in:
parent
55ad0385ce
commit
8079458531
|
@ -625,6 +625,10 @@ contract("DAppStore", function () {
|
|||
assert.ok(returned <= votes_minted);
|
||||
})
|
||||
|
||||
// Change the variable in the contract so you can stake 78% or more, and see BancorFormula fail to
|
||||
// find a suitable position in the exponent array.
|
||||
// This test currently fails because you're trying to stake more than is allowed, so you can alternatively
|
||||
// remove that require in _createDApp to test the BancorFormula
|
||||
it("should prove we have the highest safeMax allowed for by Bancor's power approximation", async function () {
|
||||
let id = "0x0000000000000000000000000000000000000000000000000000000000000002";
|
||||
let max = await DAppStore.methods.max().call();
|
||||
|
|
Loading…
Reference in New Issue