Skip to content

Commit 13411a5

Browse files
committed
fix: tests
1 parent 298d24a commit 13411a5

File tree

2 files changed

+5
-150
lines changed

2 files changed

+5
-150
lines changed

tests/deployments/HorizonPhaseOneListing.t.sol

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ abstract contract HorizonListingBaseTest is Test {
6868

6969
function getListingExecutor() internal view virtual returns (address);
7070

71-
function test_listingExecutor() public {
71+
function check_listingExecutor() internal {
7272
address listingExecutor = getListingExecutor();
7373
assertFalse(
7474
IACLManager(pool.ADDRESSES_PROVIDER().getACLManager()).isPoolAdmin(listingExecutor)
@@ -261,6 +261,10 @@ contract HorizonPhaseOneListingTest is HorizonListingMainnetTest, Default {
261261
);
262262
}
263263

264+
function test_listingExecutor() public {
265+
check_listingExecutor();
266+
}
267+
264268
function test_listing_GHO() public {
265269
test_listing(GHO_ADDRESS, GHO_TOKEN_LISTING_PARAMS);
266270
}

tests/horizon/HorizonMainnetListingForkEthereum.t.sol

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)