Skip to content

Commit fa9b7eb

Browse files
committed
test: update the execution traces tests
1 parent f8df64d commit fa9b7eb

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/formatters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ describe("formatTraces", () => {
131131

132132
const expected = ` [127552] ${chalk.green("FailingCounterTest")}::${chalk.green("setUp")}()
133133
├─ [0] ${chalk.green("console")}::${chalk.green("log")}("Setting up") ${chalk.yellow("[staticcall]")}
134-
├─ [68915] ${chalk.yellow("→ new")} Counter@0x010203
134+
├─ [68915] ${chalk.yellow("→ new")} Counter
135135
| └─ ${chalk.green("←")} 344 bytes of code
136136
└─ [0] ${chalk.green("console")}::${chalk.green("log")}("Counter set up") ${chalk.yellow("[staticcall]")}
137137
[32272] ${chalk.green("FailingCounterTest")}::${chalk.green("testFailFuzzInc")}(1)

0 commit comments

Comments
 (0)