Skip to content

Commit c4b4f65

Browse files
davedoesdevwmertens
authored andcommitted
Add test for OPEN_FULLMUTEX (TryGhost#1)
1 parent 3a2a823 commit c4b4f65

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/constants.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ describe('constants', function() {
66
assert.ok(sqlite3.OPEN_READONLY === 1);
77
assert.ok(sqlite3.OPEN_READWRITE === 2);
88
assert.ok(sqlite3.OPEN_CREATE === 4);
9+
assert.ok(sqlite3.OPEN_FULLMUTEX === 0x00010000);
910
});
1011

1112
it('should have the right error flags', function() {

0 commit comments

Comments
 (0)