You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed cheatcode_is_account call for authority (#93)
As explained by @JuanCoRo in #92 an authority is anything that can sign.
`test_process_set_authority_account` updates the authority however calls
`cheatcode_is_account` unnecessarily on the new authority. This PR
removes that cheatcode call.
0 commit comments