Skip to content

Commit

Permalink
build: recover necessary tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016 committed Apr 17, 2024
1 parent cdfcb2c commit 4d7db32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1282,9 +1282,9 @@ function session_test(description, opts, test_opts, _before, _after) {
}

;[
// { use_existed_kv: true },
{ use_existed_kv: true },
{ use_existed_kv: true, disable_auto_hex_key: true },
// { use_existed_kv: false },
{ use_existed_kv: false },
].forEach((test_opts) => {
session_test(
'SQLite', {
Expand Down

0 comments on commit 4d7db32

Please sign in to comment.