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
Test functions (with #[test]) should ideally panic when there is an error instead of return a Result and using ?. That way it is easy to see which line exactly failed.