Skip to content

Commit

Permalink
Add extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundnoble committed Dec 22, 2024
1 parent a2a82ba commit 731bfdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lib/Chainweb/Test/Utils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ withSQLiteResource file = snd <$> allocate
(openSQLiteConnection file chainwebPragmas)
closeSQLiteConnection

-- | Open a temporary file-backed SQLite database.
withTempSQLiteResource :: ResourceT IO SQLiteEnv
withTempSQLiteResource = withSQLiteResource ""

Expand Down

0 comments on commit 731bfdb

Please sign in to comment.