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(tests): Stop a running geth instance if the test fails
- While debugging, I realized that if a test failed, the geth instance
was not stopped. We should stop it gracefully in all cases, with a
`finally` block.
0 commit comments