Skip to content

Commit

Permalink
fix: remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
janek26 committed Oct 26, 2021
1 parent 10c7fc4 commit ebf07b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion __tests__/contracts.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const compiledERC20: CompiledContract = JsonParser.parse(

describe('new Contract()', () => {
const address = randomAddress();
// const address = "";
const wallet = randomAddress();
const contract = new Contract(compiledERC20.abi, address);
beforeAll(async () => {
Expand Down

0 comments on commit ebf07b4

Please sign in to comment.