Skip to content

Commit

Permalink
feat: close duckdb connection
Browse files Browse the repository at this point in the history
because we create a connection per test, we should clean these up to
avoid unbounded growth
  • Loading branch information
tekumara committed Sep 7, 2024
1 parent 836cc16 commit 223f8e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fakesnow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ def patch(
yield None
finally:
stack.close()
fs.duck_conn.close()

0 comments on commit 223f8e2

Please # to comment.