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
Assert result.is_ok() for InitializeMint{2} harnesses (#140)
In checking all branches asserted that the result was either `Err` (an
error with specified error code) or `Ok` I found the success case for
`InitializeMint{2}` proof harnesses was missing the assertion. This PR
adds those assertions.
0 commit comments