fix typo from conflicts
This commit is contained in:
parent
ca1e429724
commit
7f36ec4030
|
@ -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 });
|
||||
|
|
Loading…
Reference in New Issue