quadratic-funding / mpc-phase2-suite

The MPC suite of tools for conducting zkSNARK Phase 2 Trusted Setup ceremonies
MIT License
16 stars 6 forks source link

test: sign out user when each test finished #380

Closed baumstern closed 1 year ago

baumstern commented 1 year ago

This PR addresses an issue where a specific test was failing on our CI while passing locally. Upon further investigation, it was discovered that the test was failing due to the persistence of user data from the previous test, as the tests were not explicitly signing out users upon completion. To resolve this issue, I have made modifications to each problematic test to perform an explicit sign-out upon completion.