We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2020778 commit 8b817e1Copy full SHA for 8b817e1
1 file changed
test/open_close.test.js
@@ -38,7 +38,7 @@ describe('open/close', function() {
38
39
var db;
40
it('should open the database', function(done) {
41
- db = new sqlite3.Database('test/tmp/test_create_shared.db',sqlite3.OPEN_SHAREDCACHE|sqlite3.SQLITE_OPEN_MEMORY, done);
+ db = new sqlite3.Database('test/tmp/test_create_shared.db',sqlite3.OPEN_SHAREDCACHE, done);
42
});
43
44
it('should close the database', function(done) {
0 commit comments