node icon indicating copy to clipboard operation
node copied to clipboard

`zetacore` : Refactor MockIsAuthorized function

Open kingpinXD opened this issue 1 year ago • 0 comments

Refactor

func MockIsAuthorized(m *mock.Mock, _ string, _ types.PolicyType, isAuthorized bool)

to

func MockIsAuthorized(m *mock.Mock, ,err error)

kingpinXD avatar May 10 '24 15:05 kingpinXD