Skip to content

Commit

Permalink
uncomment admin test
Browse files Browse the repository at this point in the history
  • Loading branch information
AStox committed Aug 13, 2023
1 parent f373c8a commit aa48b29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Migrations.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
Expand Down

0 comments on commit aa48b29

Please sign in to comment.