We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e2fc7 commit 37ea7ebCopy full SHA for 37ea7eb
crypto-ffi/bindings/js/test/wdio/database.test.ts
@@ -145,7 +145,7 @@ describe("database", () => {
145
146
// It is important to close the database here since otherwise the migration process
147
// will be stuck because we'd be holding a connection to the same database open.
148
- // db.close();
+ db.close();
149
150
// Migrate the whole database to use the new key type.
151
const old_key = clientName;
0 commit comments