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
I found a few of my tests where I had just assert() with no actual .success(), .failure() or other conditions. It might be nice to add #[must_use] to Command::assert() so that errors like this would result in a warning.