Skip to content

Commit

Permalink
Fixed eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gulshanvasnani committed May 9, 2019
1 parent 504faf1 commit e9dca15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/utility_branded_token/decrease_supply.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ contract('UtilityBrandedToken::decreaseSupply', async (accounts) => {

describe('Storage', async () => {
it('Correctly decreases the supply of tokens', async () => {

const coGateway = tokenHolder2;
await testUtilityBrandedToken.mockSetCoGateway(coGateway);
await testUtilityBrandedToken.increaseSupply(
Expand Down

0 comments on commit e9dca15

Please sign in to comment.