We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8df64d commit fa9b7ebCopy full SHA for fa9b7eb
v-next/hardhat/test/internal/builtin-plugins/solidity-test/formatters.ts
@@ -131,7 +131,7 @@ describe("formatTraces", () => {
131
132
const expected = ` [127552] ${chalk.green("FailingCounterTest")}::${chalk.green("setUp")}()
133
├─ [0] ${chalk.green("console")}::${chalk.green("log")}("Setting up") ${chalk.yellow("[staticcall]")}
134
- ├─ [68915] ${chalk.yellow("→ new")} Counter@0x010203
+ ├─ [68915] ${chalk.yellow("→ new")} Counter
135
| └─ ${chalk.green("←")} 344 bytes of code
136
└─ [0] ${chalk.green("console")}::${chalk.green("log")}("Counter set up") ${chalk.yellow("[staticcall]")}
137
[32272] ${chalk.green("FailingCounterTest")}::${chalk.green("testFailFuzzInc")}(1)
0 commit comments