Closed AustinGreen closed 11 months ago
Motivation:
A fuzz test was failing because a restricted address was being used as a parameter for authorizing a script.
Modifications:
Added assume statements so the core and policy contracts won't be used as the script address parameter to setScriptAuthorization.
setScriptAuthorization
Result:
CI will pass.
Coverage after merging austin/fix-governance-script-test into main will be
Motivation:
A fuzz test was failing because a restricted address was being used as a parameter for authorizing a script.
Modifications:
Added assume statements so the core and policy contracts won't be used as the script address parameter to
setScriptAuthorization
.Result:
CI will pass.