Skip to content

Commit

Permalink
remove skipped test
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio authored May 14, 2019
1 parent 0bdbfbc commit a72cb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/token/ERC20/ERC20.behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function shouldBehaveLikeERC20 (errorPrefix, initialSupply, initialHolder, recip
});
});

describe.skip('when the token owner is the zero address', function () {
describe('when the token owner is the zero address', function () {
const amount = 0;
const to = recipient;

Expand Down

0 comments on commit a72cb50

Please sign in to comment.