From 1c779b08dd2f1555ca3a090c4751b6776b7931af Mon Sep 17 00:00:00 2001 From: sunbreak1211 <129470872+sunbreak1211@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:05:53 -0300 Subject: [PATCH] Add comment --- test/integration/Deployment.t.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/Deployment.t.sol b/test/integration/Deployment.t.sol index 82aa1694..30d60e24 100644 --- a/test/integration/Deployment.t.sol +++ b/test/integration/Deployment.t.sol @@ -423,6 +423,7 @@ contract DeploymentTest is DssTest { } function testEndCage() public { + // This test doesn't mean ES is supported, just aims to check that in case of planned governance shutdown is needed, the End could handle well a huge number of ink emulateSpell(); vm.prank(facilitator1); AllocatorVault(ilkInst.vault).draw(1_000_000 * WAD);