Skip to content

Commit

Permalink
test(contracts/core): fix predeploy num alloc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhalliday committed Oct 11, 2024
1 parent df46369 commit 5f16760
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/core/test/script/AllocPredeploys.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ contract AllocPredeploys_Test is Test, AllocPredeploys {
expected += 1024 * 2 - 1;

// predeploy implementations (excl. not proxied WOmni)
expected += 4;
expected += 5;

// preinstalls
expected += 16;
// preinstalls (excl 4788 deployer)
expected += 15;

// 4788 deployer account (nonce set to 1)
expected += 1;
Expand Down

0 comments on commit 5f16760

Please sign in to comment.