diff --git a/deployment/common/changeset/transfer_to_mcms_with_timelock_test.go b/deployment/common/changeset/transfer_to_mcms_with_timelock_test.go index d50852784c2..6434aa8a380 100644 --- a/deployment/common/changeset/transfer_to_mcms_with_timelock_test.go +++ b/deployment/common/changeset/transfer_to_mcms_with_timelock_test.go @@ -106,7 +106,6 @@ func TestRenounceTimelockDeployer(t *testing.T) { tl := state.Timelock require.NotNil(t, tl) - // WHAT AM I DOING HERE? HOW DO I TEST? adminRole, err := tl.ADMINROLE(nil) require.NoError(t, err)