From aa48b29a8be026adaf95c232bd7acfe7cfcc75ae Mon Sep 17 00:00:00 2001 From: Adam Stox Date: Sun, 13 Aug 2023 11:52:27 -0300 Subject: [PATCH] uncomment admin test --- test/Migrations.t.sol | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Migrations.t.sol b/test/Migrations.t.sol index b566922d..a2818baf 100644 --- a/test/Migrations.t.sol +++ b/test/Migrations.t.sol @@ -305,7 +305,8 @@ contract MigrationsTest is Test { // Test that the migration was successful assertTrue(address(connector) != address(newConnector)); runFullInvestRedeemCycle(newConnector, newMockRouter, poolId, trancheId, tokenName, tokenSymbol); - // adminTest(address(pauseAdmin), address(delayedAdmin), address(newGateway)); + adminTest(address(pauseAdmin), address(delayedAdmin), address(newGateway)); + // TODO: Migrate state of old connector } function testMigrateEscrow() public {}