Skip to content

Commit 6897582

Browse files
committed
Fix tests
1 parent 8cf2759 commit 6897582

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/forge/tests/cli/cmd.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2850,7 +2850,7 @@ contract NestedDeploy is Test {
28502850
+============================================================================================+
28512851
| Deployment Cost | Deployment Size | | | | |
28522852
|-------------------------------------------+-----------------+-----+--------+-----+---------|
2853-
| 328949 | 1163 | | | | |
2853+
| 328961 | 1163 | | | | |
28542854
|-------------------------------------------+-----------------+-----+--------+-----+---------|
28552855
| | | | | | |
28562856
|-------------------------------------------+-----------------+-----+--------+-----+---------|
@@ -2905,7 +2905,7 @@ Ran 1 test suite [ELAPSED]: 1 tests passed, 0 failed, 0 skipped (1 total tests)
29052905
{
29062906
"contract": "test/NestedDeployTest.sol:Parent",
29072907
"deployment": {
2908-
"gas": 328949,
2908+
"gas": 328961,
29092909
"size": 1163
29102910
},
29112911
"functions": {

crates/forge/tests/it/invariant.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ contract BalanceAssumeTest is Test {
806806

807807
cmd.args(["test", "--mt", "invariant_balance"]).assert_failure().stdout_eq(str![[r#"
808808
...
809-
[FAIL: `vm.assume` rejected too many inputs (10 allowed)] invariant_balance() (runs: 5, calls: 2500, reverts: 0)
809+
[FAIL: `vm.assume` rejected too many inputs (10 allowed)] invariant_balance() (runs: 2, calls: 1000, reverts: 0)
810810
...
811811
"#]]);
812812
});

0 commit comments

Comments
 (0)