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
In the case of a failure in the test, we would previously continue to
perform the slice operation which will fail in the case of an Asserts
runtime due to an out of bounds access. The use of `first?` here would
unwrap or fail, allowing tests to continue execution.
0 commit comments