Skip to content

Commit c624b11

Browse files
committed
fix snapshots
1 parent 34d22e7 commit c624b11

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

crates/forge/tests/cli/eip712.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ Encountered 1 failing test in test/Structs.sol:DummyTest
175175
176176
Encountered a total of 1 failing tests, 0 tests succeeded
177177
178+
Tip: Run `forge test --rerun` to retry only the 1 failed test
179+
178180
"#]]);
179181
});
180182

@@ -394,6 +396,8 @@ Encountered 1 failing test in src/Eip712Cheat.sol:Eip712Test
394396
395397
Encountered a total of 1 failing tests, 0 tests succeeded
396398
399+
Tip: Run `forge test --rerun` to retry only the 1 failed test
400+
397401
"#]]);
398402

399403
cmd.forge_fuse().args(["bind-json"]).assert_success();
@@ -438,6 +442,8 @@ Encountered 1 failing test in src/Eip712Cheat.sol:Eip712Test
438442
439443
Encountered a total of 1 failing tests, 0 tests succeeded
440444
445+
Tip: Run `forge test --rerun` to retry only the 1 failed test
446+
441447
"#]]);
442448

443449
cmd.forge_fuse().args(["bind-json", "utils/CustomJsonBindings.sol"]).assert_success();

crates/forge/tests/cli/failure_assertions.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Encountered 2 failing tests in src/DeprecationTestFail.t.sol:DeprecationTestFail
3333
3434
Encountered a total of 2 failing tests, 0 tests succeeded
3535
36+
Tip: Run `forge test --rerun` to retry only the 2 failed tests
37+
3638
"#]]);
3739
});
3840

crates/forge/tests/cli/inline_config.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ Encountered 1 failing test in test/inline.sol:Inline
161161
162162
Encountered a total of 1 failing tests, 0 tests succeeded
163163
164+
Tip: Run `forge test --rerun` to retry only the 1 failed test
165+
164166
"#]]);
165167
});
166168

@@ -192,6 +194,8 @@ Encountered 1 failing test in test/inline.sol:Inline
192194
193195
Encountered a total of 1 failing tests, 0 tests succeeded
194196
197+
Tip: Run `forge test --rerun` to retry only the 1 failed test
198+
195199
"#]]);
196200
});
197201

crates/forge/tests/it/invariant.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,8 @@ Encountered 1 failing test in test/InvariantSequenceLenTest.t.sol:InvariantSeque
11121112
11131113
Encountered a total of 1 failing tests, 0 tests succeeded
11141114
1115+
Tip: Run `forge test --rerun` to retry only the 1 failed test
1116+
11151117
"#]],
11161118
);
11171119

@@ -1137,6 +1139,8 @@ Encountered 1 failing test in test/InvariantSequenceLenTest.t.sol:InvariantSeque
11371139
11381140
Encountered a total of 1 failing tests, 0 tests succeeded
11391141
1142+
Tip: Run `forge test --rerun` to retry only the 1 failed test
1143+
11401144
"#]],
11411145
);
11421146

@@ -1158,6 +1162,8 @@ Encountered 1 failing test in test/InvariantSequenceLenTest.t.sol:InvariantSeque
11581162
11591163
Encountered a total of 1 failing tests, 0 tests succeeded
11601164
1165+
Tip: Run `forge test --rerun` to retry only the 1 failed test
1166+
11611167
"#]],
11621168
);
11631169
});

0 commit comments

Comments
 (0)