Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
daopunk committed Jun 29, 2024
1 parent e2c07a6 commit 317262a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/Common.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {MAINNET_WETH, SEPOLIA_WETH} from '@script/Registry.s.sol';
import {ODTest} from '@test/utils/ODTest.t.sol';
import {OD, OD_INITIAL_PRICE, ETH_A} from '@script/Params.s.sol';
import {Deploy} from '@script/Deploy.s.sol';
import {TestParams, WSTETH, TKN, TEST_ETH_PRICE, TEST_TKN_PRICE} from '@test/e2e/TestParams.t.sol';
import {TestParams, WSTETH, RETH, ARB, WETH, TKN, TEST_ETH_PRICE, TEST_TKN_PRICE} from '@test/e2e/TestParams.t.sol';
import {ERC20ForTest} from '@test/mocks/ERC20ForTest.sol';
import {OracleForTest} from '@test/mocks/OracleForTest.sol';
import {DelayedOracleForTest} from '@test/mocks/DelayedOracleForTest.sol';
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/E2EGovernor.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ contract E2EGovernorAccessControl is E2EGovernor {
function testDeployCollateralJoin() public {
vm.startPrank(address(timelockController));
bytes32[] memory _collateralTypesList = collateralJoinFactory.collateralTypesList();
assertEq(_collateralTypesList.length, 6);
assertEq(_collateralTypesList.length, 9);
collateralJoinFactory.deployCollateralJoin(NEW_CTYPE, NEW_CTYPE_ADDR);
vm.stopPrank();
}
Expand Down

0 comments on commit 317262a

Please sign in to comment.