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 36af661 commit a7dd7b6Copy full SHA for a7dd7b6
test/test_integration_ractor.rb
@@ -49,8 +49,8 @@ def test_shareable_db
49
# in "full mutex" mode
50
db = SQLite3::Database.new ":memory:",
51
flags: SQLite3::Constants::Open::FULLMUTEX |
52
- SQLite3::Constants::Open::READWRITE |
53
- SQLite3::Constants::Open::CREATE
+ SQLite3::Constants::Open::READWRITE |
+ SQLite3::Constants::Open::CREATE
54
assert Ractor.shareable?(db)
55
56
db = SQLite3::Database.new ":memory:"
0 commit comments