diff --git a/test/NormalOperation.js b/test/NormalOperation.js index 2c80fa2..b5f29dc 100644 --- a/test/NormalOperation.js +++ b/test/NormalOperation.js @@ -274,6 +274,7 @@ describe('LiquidPledging test', function () { }); it('project2 is canceled', async () => { await liquidPledging.cancelProject(4, { from: adminProject2 }); + }); it('Should not be able to withdraw it', async () => { await assertFail(async () => { await liquidPledging.withdraw(12, utils.toWei(0.005), { from: giver1 });