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 65c8138 commit 8073d6fCopy full SHA for 8073d6f
test/test_database.rb
@@ -621,7 +621,7 @@ def test_strict_mode
621
error = assert_raises SQLite3::SQLException do
622
db.execute('create index index_numbers_nope ON numbers ("nope");')
623
end
624
- assert_includes error.message, "no such column: nope"
+ assert_match(/no such column: "?nope"?/, error.message)
625
626
627
def test_load_extension_with_nonstring_argument
0 commit comments