Skip to content
Merged
Prev Previous commit
Next Next commit
Issuance test fixed
  • Loading branch information
maxsam4 committed Nov 28, 2018
commit 3cb2ce258fecca500ad09203e38538bc64a84115
2 changes: 1 addition & 1 deletion test/i_Issuance.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ contract("Issuance", accounts => {
//let startTime; // Start time will be 5000 seconds more than the latest time
//let endTime; // Add 30 days more
const cap = web3.utils.toWei("10000");
const rate = 1000;
const rate = web3.utils.toWei("1000");
const fundRaiseType = [0];
const cappedSTOSetupCost = web3.utils.toWei("20000", "ether");
const maxCost = cappedSTOSetupCost;
Expand Down