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
fix: Fix error handling test so that it tests correct behaviour (#939)
The test appeared to be checking the error status under various error
conditions but those conditions were never being reached due to other
values causing errors before they were raised.
If the intended error was raised, the exit status was also not the one
expected.
0 commit comments