Skip to content

Commit

Permalink
refactor: Remove unused empty ContractTestCase generic brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Oct 11, 2024
1 parent 8a90bbc commit 1d98340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e-evm/test/abi_basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { whaleAddress } from "./addresses";
const defaultGas = 25000n;
const contractCallerGas = defaultGas + 10000n;

interface ContractTestCase<> {
interface ContractTestCase {
interface: keyof ArtifactsMap;
// Ensures contract name ends with "Mock", but does not enforce the prefix
// matches the interface.
Expand Down

0 comments on commit 1d98340

Please sign in to comment.