Skip to content

Commit 2293a91

Browse files
committed
fix: mainnet fork tests post pool restructuring
1 parent 9402808 commit 2293a91

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

test/fork/ForkTests.t.sol

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ contract Alfajores_P0E17_ExchangeForkTest is ExchangeForkTest(ALFAJORES_ID, 0, 1
8585

8686
contract Alfajores_P0E18_ExchangeForkTest is ExchangeForkTest(ALFAJORES_ID, 0, 18) {}
8787

88-
contract Celo_ChainForkTest is ChainForkTest(CELO_ID, 1, uints(24)) {}
88+
contract Celo_ChainForkTest is ChainForkTest(CELO_ID, 1, uints(19)) {}
8989

9090
contract Celo_P0E00_ExchangeForkTest is ExchangeForkTest(CELO_ID, 0, 0) {}
9191

@@ -125,16 +125,6 @@ contract Celo_P0E17_ExchangeForkTest is ExchangeForkTest(CELO_ID, 0, 17) {}
125125

126126
contract Celo_P0E18_ExchangeForkTest is ExchangeForkTest(CELO_ID, 0, 18) {}
127127

128-
contract Celo_P0E19_ExchangeForkTest is ExchangeForkTest(CELO_ID, 0, 19) {}
129-
130-
contract Celo_P0E20_ExchangeForkTest is ExchangeForkTest(CELO_ID, 0, 20) {}
131-
132-
contract Celo_P0E21_ExchangeForkTest is ExchangeForkTest(CELO_ID, 0, 21) {}
133-
134-
contract Celo_P0E22_ExchangeForkTest is ExchangeForkTest(CELO_ID, 0, 22) {}
135-
136-
contract Celo_P0E23_ExchangeForkTest is ExchangeForkTest(CELO_ID, 0, 23) {}
137-
138128
contract Celo_BancorExchangeProviderForkTest is BancorExchangeProviderForkTest(CELO_ID) {}
139129

140130
contract Celo_GoodDollarTradingLimitsForkTest is GoodDollarTradingLimitsForkTest(CELO_ID) {}

0 commit comments

Comments
 (0)