rename DelegationChain test name

This commit is contained in:
perissology 2017-10-24 09:16:59 -07:00
parent c94caf9160
commit 31e511393d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const printState = async (liquidPledgingState) => {
console.log(JSON.stringify(st, null, 2));
};
describe('LiquidPledging test', function () {
describe('DelegationChain test', function () {
this.timeout(0);
let testrpc;