diff --git a/test/TCAPV2.t.sol b/test/TCAPV2.t.sol index 10cd669..28d512f 100644 --- a/test/TCAPV2.t.sol +++ b/test/TCAPV2.t.sol @@ -141,4 +141,4 @@ contract DeployerTest is Test { assertFalse(tcap.hasRole(tcap.DEFAULT_ADMIN_ROLE(), deployer), "deployer should not have default admin role"); assertTrue(tcap.hasRole(tcap.DEFAULT_ADMIN_ROLE(), admin), "admin should have default admin role"); } -} +} \ No newline at end of file