Skip to content

Commit 2b65ce5

Browse files
committed
Fix typo
1 parent d5ff1d0 commit 2b65ce5

File tree

1 file changed

+1
-1
lines changed
  • v-next/hardhat/test/internal/builtin-plugins/solidity-test

1 file changed

+1
-1
lines changed

v-next/hardhat/test/internal/builtin-plugins/solidity-test/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe("solidityTestConfigToSolidityTestRunnerConfigArgs", () => {
6767
}
6868
});
6969

70-
it("should enable always tracinng for verbosities above the default one", async () => {
70+
it("should enable always tracing for verbosities above the default one", async () => {
7171
for (const verbosity of [1, 2, 3, 4, 5, 6, 7]) {
7272
const args = await solidityTestConfigToSolidityTestRunnerConfigArgs({
7373
chainType: GENERIC_CHAIN_TYPE,

0 commit comments

Comments
 (0)