Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryTravis committed Mar 14, 2024
1 parent f9ba780 commit 6858e0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Table_Tests/src/Database/SQLite_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,9 @@ type File_Connection

add_specs suite_builder =
in_file_prefix = "[SQLite File] "
# TODO: Add a suite-level teardown to delete this file at the end.
# https://github.com/enso-org/enso/issues/9436
# https://github.com/enso-org/enso/issues/9437
database_file = Database_File.create

sqlite_spec suite_builder in_file_prefix (_ -> create_file_connection database_file.file)
Expand Down

0 comments on commit 6858e0c

Please sign in to comment.