mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-02-01 22:26:01 +00:00
remove print statement from test
This commit is contained in:
parent
cc9d084327
commit
a6593d32b3
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "liquidpledging",
|
||||
"name": "giveth-liquidpledging",
|
||||
"version": "0.0.10",
|
||||
"description": "Liquid Pledging Smart Contract",
|
||||
"main": "index.js",
|
||||
|
@ -216,6 +216,5 @@ describe('DelegationChain test', function () {
|
||||
await liquidPledging.transfer(1, 10, 1000, 2, { from: giver1, $extraGas: 100000 });
|
||||
const pledge2 = await liquidPledging.getPledge(2);
|
||||
assert.equal(pledge2.amount, 1000);
|
||||
await printState(liquidPledgingState);
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user