Skip to content

Commit

Permalink
Close connection to avoid blocking file delete on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Mar 5, 2021
1 parent afab1f9 commit 7b11d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Database_Tests/src/Database_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ sqlite_spec =
connection = Database.open_sqlite_file file
here.spec connection
here.sqlite_specific_spec connection
connection.close
file.delete

postgres_spec =
Expand Down

0 comments on commit 7b11d7b

Please sign in to comment.