Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bweick committed Nov 14, 2018
1 parent 661be1e commit d6ebda4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/contracts/core/rebalancingSetToken.spec.ts
Expand Up @@ -1433,7 +1433,7 @@ contract('RebalancingSetToken', accounts => {

let proposalPeriod: BigNumber;
let entranceFee: BigNumber = ZERO;
let rebalanceFee: BigNumber = undefined;
let rebalanceFee: BigNumber;

let nextSetToken: SetTokenContract;
let rebalancingSetQuantityToIssue: BigNumber;
Expand Down Expand Up @@ -1470,7 +1470,6 @@ contract('RebalancingSetToken', accounts => {
await coreMock.issue.sendTransactionAsync(rebalancingSetToken.address, rebalancingSetQuantityToIssue);

subjectCaller = managerAccount;
console.log(rebalanceFee);
});

async function subject(): Promise<string> {
Expand Down

0 comments on commit d6ebda4

Please sign in to comment.