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
Add assert output to failures in gix-url baseline test
Depending on what `assert!` is used either a `&'static str` or a
`String` is passed to `panic!`. So we have to check for both to have
good failure messages.
0 commit comments