payjoin / rust-payjoin

Supercharged payment batching to save you fees and preserve your privacy
https://payjoindevkit.org
85 stars 37 forks source link

Always clean up the tmp db in e2e tests #347

Closed DanGould closed 3 months ago

DanGould commented 3 months ago

Before, if the test panicked or exited early, the DB would stick around which could lead to a problem requiring manual intervention, e.g. if the DB format changed and the serializer encountered an unexpected field.