Skip to content

Commit 5610d21

Browse files
committed
wip: remove a test
1 parent 07eed12 commit 5610d21

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

v-next/hardhat-ethers/test/gas-config.ts

-9
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,6 @@ describe("gas config behavior", () => {
146146

147147
assert.equal(tx.gasLimit, expectedGasLimit);
148148
});
149-
150-
it("contract call, explicit gas limit", async () => {
151-
const example: any = await ethers.deployContract("Example");
152-
const tx = await example.f({
153-
gasLimit: 500_000,
154-
});
155-
156-
assert.equal(tx.gasLimit, 500_000n);
157-
});
158149
});
159150
}
160151
});

0 commit comments

Comments
 (0)