Skip to content

Commit ebf07b4

Browse files
committed
fix: remove useless comment
1 parent 10c7fc4 commit ebf07b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

__tests__/contracts.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const compiledERC20: CompiledContract = JsonParser.parse(
1515

1616
describe('new Contract()', () => {
1717
const address = randomAddress();
18-
// const address = "";
1918
const wallet = randomAddress();
2019
const contract = new Contract(compiledERC20.abi, address);
2120
beforeAll(async () => {

0 commit comments

Comments
 (0)