fix typo from conflicts

This commit is contained in:
perissology 2017-11-09 12:12:19 -08:00
parent ca1e429724
commit 7f36ec4030
1 changed files with 1 additions and 0 deletions

View File

@ -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 });